Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b3906535ccc6cd04c42f9b1c7e31d1947b3ebc74
/
kernel
affb028
Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
cb098d5
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 7 years ago
1fe43114
Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
f6bb2a2
xarray: add the xa_lock to the radix_tree_root
by Matthew Wilcox
· 7 years ago
24704f3
kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_param
by Waiman Long
· 7 years ago
edc41b3
kernel/params.c: downgrade warning for unsafe parameters
by Chris Wilson
· 7 years ago
2d87b30
kernel/sysctl.c: fix sizeof argument to match variable name
by Randy Dunlap
· 7 years ago
3ea056c
uts: create "struct uts_namespace" from kmem_cache
by Alexey Dobriyan
· 7 years ago
bc4f2f5
taint: add taint for randstruct
by Kees Cook
· 7 years ago
9c4560e
taint: consolidate documentation
by Kees Cook
· 7 years ago
47d4b26
taint: convert to indexed initialization
by Kees Cook
· 7 years ago
0b3dec0
tracing: Enforce passing in filter=NULL to create_filter()
by Steven Rostedt (VMware)
· 7 years ago
a64b2c0
trace_uprobe: Simplify probes_seq_show()
by Ravi Bangoria
· 7 years ago
18d45b1
trace_uprobe: Use %lx to display offset
by Ravi Bangoria
· 7 years ago
f0a2aa5
tracing/uprobe: Add support for overlayfs
by Howard McLauchlan
· 7 years ago
0a4d056
tracing: Use ARRAY_SIZE() macro instead of open coding it
by Jérémy Lefaure
· 7 years ago
51798de
Merge branches 'pm-cpuidle' and 'pm-qos'
by Rafael J. Wysocki
· 7 years ago
2a56bb5
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
bbe9a70
tick-sched: avoid a maybe-uninitialized warning
by Arnd Bergmann
· 7 years ago
c18bb39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
fe43e2c
PM / QoS: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
7d2f6ab
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
by Rafael J. Wysocki
· 7 years ago
ff7de62
nohz: Avoid duplication of code related to got_idle_tick
by Rafael J. Wysocki
· 7 years ago
2bc629a
nohz: Gather tick_sched booleans under a common flag field
by Frederic Weisbecker
· 7 years ago
296bb1e
cpuidle: menu: Refine idle state selection for running tick
by Rafael J. Wysocki
· 7 years ago
554c8aa
sched: idle: Select idle state before stopping the tick
by Rafael J. Wysocki
· 7 years ago
1f1cba7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
3612605
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
a59855c
time: hrtimer: Introduce hrtimer_next_event_without()
by Rafael J. Wysocki
· 7 years ago
23a8d88
time: tick-sched: Split tick_nohz_stop_sched_tick()
by Rafael J. Wysocki
· 7 years ago
016c6f2
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 7 years ago
6ad11bd
Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 7 years ago
3b54765
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
9022ca6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
58eacff
init, tracing: instrument security and console initcall trace events
by Abderrahmane Benbachir
· 7 years ago
8ec8405
tracing: Add rcu dereference annotation for test func that touches filter->prog
by Steven Rostedt (VMware)
· 7 years ago
1f3b0fa
tracing: Add rcu dereference annotation for filter->prog
by Steven Rostedt (VMware)
· 7 years ago
5125eee
tracing: Fixup logic inversion on setting trace_global_clock defaults
by Chris Wilson
· 7 years ago
f7a1570
tracing: Hide global trace clock from lockdep
by Steven Rostedt (VMware)
· 7 years ago
927e56d
ring-buffer: Add set/clear_current_oom_origin() during allocations
by Steven Rostedt (VMware)
· 7 years ago
2a872fa
ring-buffer: Check if memory is available before allocation
by Steven Rostedt (VMware)
· 7 years ago
4c28107
lockdep: Add print_irqtrace_events() to __warn
by Steven Rostedt (VMware)
· 7 years ago
b28d7b2
tracing: Uninitialized variable in create_tracing_map_fields()
by Dan Carpenter
· 7 years ago
ad45287
tracing: Make sure variable string fields are NULL-terminated
by Tom Zanussi
· 7 years ago
48f7947
tracing: Add action comparisons when testing matching hist triggers
by Tom Zanussi
· 7 years ago
7669094
tracing: Don't add flag strings when displaying variable references
by Tom Zanussi
· 7 years ago
0ae7961
tracing: Fix display of hist trigger expressions containing timestamps
by Tom Zanussi
· 7 years ago
419e9fe
ftrace: Drop a VLA in module_exists()
by Salvatore Mesoraca
· 7 years ago
913ea4d
tracing: Mention trace_clock=global when warning about unstable clocks
by Chris Wilson
· 7 years ago
3fd49c9
tracing: Default to using trace_global_clock if sched_clock is unstable
by Chris Wilson
· 7 years ago
45f1ff5
cpuidle: Return nohz hint from cpuidle_select()
by Rafael J. Wysocki
· 7 years ago
efefc97
jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
by Rafael J. Wysocki
· 7 years ago
514c603
headers: untangle kmemleak.h from mm.h
by Randy Dunlap
· 7 years ago
3eda69c
kernel/fork.c: detect early free of a live mm
by Mark Rutland
· 7 years ago
357aa6a
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
672a9c1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 7 years ago
ed98c34
sched: idle: Do not stop the tick before cpuidle_idle_call()
by Rafael J. Wysocki
· 7 years ago
2aaf709
sched: idle: Do not stop the tick upfront in the idle loop
by Rafael J. Wysocki
· 7 years ago
0e77676
time: tick-sched: Reorganize idle tick management code
by Rafael J. Wysocki
· 7 years ago
38047d5
Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
23221d9
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
5b1f3dc
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
680014d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d6f7382
genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER
by Palmer Dabbelt
· 7 years ago
3349158
kernel/bpf/syscall: fix warning defined but not used
by Anders Roxell
· 7 years ago
0e94d87
bpf: sockmap, duplicates release calls may NULL sk_prot
by John Fastabend
· 7 years ago
820ed3f
bpf: sockmap, free memory on sock close with cork data
by John Fastabend
· 7 years ago
17dec0a
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
d92cd81
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
f2d2856
Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
642e7fd
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 7 years ago
f5a8eb6
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 7 years ago
ce6eba3
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
67dbfc1
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
46e0d28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
67a7acd
kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions
by Dominik Brodowski
· 7 years ago
70dd4b3
kernel/sys_ni: sort cond_syscall() entries
by Dominik Brodowski
· 7 years ago
e2aaa9f
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
by Dominik Brodowski
· 7 years ago
9b32105
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
by Dominik Brodowski
· 7 years ago
70f68ee
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
by Dominik Brodowski
· 7 years ago
55731b3
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
by Dominik Brodowski
· 7 years ago
ab0d1e8
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
by Dominik Brodowski
· 7 years ago
7addf44
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
by Dominik Brodowski
· 7 years ago
b6e9b0b
mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
by Dominik Brodowski
· 7 years ago
7d4dd4f
sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
by Dominik Brodowski
· 7 years ago
e530dca
kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
by Dominik Brodowski
· 7 years ago
6203deb
kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
192c580
kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
by Dominik Brodowski
· 7 years ago
2de0db9
mm: use do_futex() instead of sys_futex() in mm_release()
by Dominik Brodowski
· 7 years ago
6b27aef
kexec: call do_kexec_load() in compat syscall directly
by Dominik Brodowski
· 7 years ago
d53238c
kernel: open-code sys_rt_sigpending() in sys_sigpending()
by Dominik Brodowski
· 7 years ago
d300b61
kernel: use kernel_wait4() instead of sys_wait4()
by Dominik Brodowski
· 7 years ago
486adce
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
701f3b3
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8747a29
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
54dce3c
Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e3a495c
Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm'
by Rafael J. Wysocki
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d4069fe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
Next »