Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
fe91522a7ba82ca1a51b07e19954b3825e4aaa22
/
kernel
d7e8af1
futex: update documentation for ordering guarantees
by Davidlohr Bueso
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
0a7418f
Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
0b74717
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
a786c06
missing bits of "splice: fix racy pipe->buffers uses"
by Al Viro
· 11 years ago
17a280e
tracing: Add missing function triggers dump and cpudump to README
by Steven Rostedt (Red Hat)
· 11 years ago
abb43f6
tracing: Fix anonymous unions in struct ftrace_event_call
by Mathieu Desnoyers
· 11 years ago
69cd9eb
futex: avoid race between requeue and wake
by Linus Torvalds
· 11 years ago
b725dfe
tracepoint: Fix sparse warnings in tracepoint.c
by Mathieu Desnoyers
· 11 years ago
eb7d035
tracepoint: Simplify tracepoint module search
by Steven Rostedt (Red Hat)
· 11 years ago
de7b297
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
by Mathieu Desnoyers
· 11 years ago
26c12d9
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
64b47e8
lglock: map to spinlock when !CONFIG_SMP
by Josh Triplett
· 11 years ago
08f141d
modules: use raw_cpu_write for initialization of per cpu refcount.
by Christoph Lameter
· 11 years ago
52f5684
kernel: use macros from compiler.h instead of __attribute__((...))
by Gideon Israel Dsouza
· 11 years ago
d7c0847
kernel/panic.c: display reason at end + pr_emerg
by Fabian Frederick
· 11 years ago
80df284
hung_task: check the value of "sysctl_hung_task_timeout_sec"
by Liu Hua
· 11 years ago
7c733eb
wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another process
by Oleg Nesterov
· 11 years ago
377d75d
wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent
by Oleg Nesterov
· 11 years ago
b3ab031
wait: completely ignore the EXIT_DEAD tasks
by Oleg Nesterov
· 11 years ago
b436069
wait: use EXIT_TRACE only if thread_group_leader(zombie)
by Oleg Nesterov
· 11 years ago
abd50b3
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
by Oleg Nesterov
· 11 years ago
dfccbb5
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
by Oleg Nesterov
· 11 years ago
ef98239
kernel/exit.c: call proc_exit_connector() after exit_state is set
by Guillaume Morin
· 11 years ago
4bcb823
exit: move check_stack_usage() to the end of do_exit()
by Oleg Nesterov
· 11 years ago
c39df5f
exit: call disassociate_ctty() before exit_task_namespaces()
by Oleg Nesterov
· 11 years ago
539a13b
res_counter: remove interface for locked charging and uncharging
by David Rientjes
· 11 years ago
f0432d1
mm, mempolicy: remove per-process flag
by David Rientjes
· 11 years ago
514ddb4
fork: collapse copy_flags into copy_process
by David Rientjes
· 11 years ago
615d6e8
mm: per-thread vma caching
by Davidlohr Bueso
· 11 years ago
a0715cc
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
by Alex Thorlton
· 11 years ago
dc5ed40
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
467a9e1
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
49957f8
cgroup: newly created dirs and files should be owned by the creator
by Tejun Heo
· 11 years ago
b8780c3
sched: remove sleep_on() and friends
by Arnd Bergmann
· 11 years ago
6f4c98e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
2d1eb87
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 11 years ago
c6b3d5b
cgroup: fix top cgroup refcnt leak
by Li Zefan
· 11 years ago
76ca7d1
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
7258148
printk: fix one circular lockdep warning about console_lock
by Jane Li
· 11 years ago
fce6e03
printk: do not compute the size of the message twice
by Petr Mladek
· 11 years ago
39b2510
printk: use also the last bytes in the ring buffer
by Petr Mladek
· 11 years ago
e8c42d3
printk: add comment about tricky check for text buffer size
by Petr Mladek
· 11 years ago
c64730b
printk: remove obsolete check for log level "c"
by Petr Mladek
· 11 years ago
28ab49f
kernel/resource.c: make reallocate_resource() static
by Daeseok Youn
· 11 years ago
c96d666
kernel: audit/fix non-modular users of module_init in core code
by Paul Gortmaker
· 11 years ago
69369a7
fs, kernel: permit disabling the uselib syscall
by Josh Triplett
· 11 years ago
8f6c5ff
kernel/groups.c: remove return value of set_groups
by Wang YanQing
· 11 years ago
6af9f7b
sys_sysfs: Add CONFIG_SYSFS_SYSCALL
by Fabian Frederick
· 11 years ago
5509a5d
drop_caches: add some documentation and info message
by Dave Hansen
· 11 years ago
d26914d
mm: optimize put_mems_allowed() usage
by Mel Gorman
· 11 years ago
62572e2
kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one
by Ben Zhang
· 11 years ago
81c9886
kthread: ensure locality of task_struct allocations
by Nishanth Aravamudan
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
68114e5
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
bea8031
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 11 years ago
cd6362b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
159d813
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
05bf58c
Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
d230822
pid_namespace: pidns_get() should check task_active_pid_ns() != NULL
by Oleg Nesterov
· 11 years ago
56c4911
audit: do not cast audit_rule_data pointers pointlesly
by Eric Paris
· 11 years ago
7125764
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
fbb3275
pipe: kill ->map() and ->unmap()
by Al Viro
· 11 years ago
7a48837
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
4b1779c
Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
4dedde7
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
683b6c6
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
1ead658
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a21e408
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
1ce235f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 11 years ago
1f8c538
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
190f918
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
176ab02
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
543bc6a
AUDIT: Allow login in non-init namespaces
by Eric Paris
· 11 years ago
918d80a
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
971eae7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8c292f1
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
b3fd4ea
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
462bf23
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
bd4cf0e
net: filter: rework/optimize internal BPF interpreter's instruction set
by Alexei Starovoitov
· 11 years ago
57673c2
Use 'E' instead of 'X' for unsigned module taint flag.
by Rusty Russell
· 11 years ago
aa4af83
AUDIT: Allow login in non-init namespaces
by Eric Paris
· 11 years ago
1ec4183
cgroup: remove useless argument from cgroup_exit()
by Li Zefan
· 11 years ago
e8604cb
cgroup: fix spurious lockdep warning in cgroup_exit()
by Li Zefan
· 11 years ago
cab5e12
time: Revert to calling clock_was_set_delayed() while in irq context
by John Stultz
· 11 years ago
f217c44
Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
2c4a33a
tracing: Fix traceon trigger condition to actually turn tracing on
by Steven Rostedt (Red Hat)
· 11 years ago
b97f029
tick: Remove code duplication in tick_handle_periodic()
by Viresh Kumar
· 11 years ago
cacb3c7
tick: Fix spelling mistake in tick_handle_periodic()
by Viresh Kumar
· 11 years ago
ea2e64f
workqueue: Provide destroy_delayed_work_on_stack()
by Thomas Gleixner
· 11 years ago
7de700e
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 11 years ago
e231d54
kernel: Use RCU_INIT_POINTER(x, NULL) in audit.c
by Monam Agarwal
· 11 years ago
3862807
tracing: Add BUG_ON when stack end location is over written
by Aaron Tomlin
· 11 years ago
01a9714
cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c
by Monam Agarwal
· 11 years ago
d6ee6d2
genirq: Export symbol no_action()
by Alexander Shiyan
· 11 years ago
0dea6d52
tracepoint: Remove unused API functions
by Mathieu Desnoyers
· 11 years ago
bc4c426
Revert "tracing: Move event storage for array from macro to standalone function"
by Steven Rostedt (Red Hat)
· 11 years ago
11d4616
futex: revert back to the explicit waiter counting code
by Linus Torvalds
· 11 years ago
477cc48
Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
765a3f4
rcu: Provide grace-period piggybacking API
by Paul E. McKenney
· 11 years ago
Next »