Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
d3765f08d6f32f17ac898ec1f19957b322d4157f
/
kernel
0d36938
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
84f3fe4
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f8a89fc
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
dc25b25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b7560de
genirq: Introduce irq_chip_set_type_parent() helper
by Grygorii Strashko
· 9 years ago
6d4affe
genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchy
by Grygorii Strashko
· 9 years ago
d0023a1
timer: Write timer->flags atomically
by Eric Dumazet
· 9 years ago
e9ab22d
Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 9 years ago
b25c6ce
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5e5013c
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
182ad46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
140d8b3
bpf: fix bpf_perf_event_read() loop upper bound
by Wei-Chun Chao
· 9 years ago
c7999c6
perf: Fix PERF_EVENT_IOC_PERIOD migration race
by Peter Zijlstra
· 9 years ago
ee9397a
perf: Fix double-free of the AUX buffer
by Ben Hutchings
· 9 years ago
24ee3cf
cpuset: use trialcs->mems_allowed as a temp variable
by Alban Crequy
· 9 years ago
35578d7
bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
by Kaixu Xia
· 9 years ago
ea317b2
bpf: Add new bpf map type to store the pointer to struct perf_event
by Kaixu Xia
· 9 years ago
2a36f0b
bpf: Make the bpf_prog_array_map more generic
by Wang Nan
· 9 years ago
ffe8690
perf: add the necessary core perf APIs when accessing events counters in eBPF programs
by Kaixu Xia
· 9 years ago
1889645
kthread: export kthread functions
by David Kershner
· 9 years ago
2613502
signal: fix information leak in copy_siginfo_to_user
by Amanieu d'Antras
· 9 years ago
3c00cb5
signal: fix information leak in copy_siginfo_from_user32
by Amanieu d'Antras
· 9 years ago
fed66e2cd
perf: Fix fasync handling on inherited events
by Peter Zijlstra
· 10 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fe0d34d
module: weaken locking assertion for oops path.
by Rusty Russell
· 9 years ago
00a2916
perf: Fix running time accounting
by Peter Zijlstra
· 9 years ago
24b4d2a
ebpf: Allow dereferences of PTR_TO_STACK registers
by Alex Gartrell
· 9 years ago
2800348
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
763e326
Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
e3eea14
ftrace: Fix breakage of set_ftrace_pid
by Steven Rostedt (Red Hat)
· 9 years ago
c5e40ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
8c38de9
mm: Fix bugs in region_is_ram()
by Toshi Kani
· 10 years ago
cba77f0
locking/pvqspinlock: Fix kernel panic in locking-selftest
by Waiman Long
· 10 years ago
4d9c5c5
test_bpf: add bpf_skb_vlan_push/pop() tests
by Alexei Starovoitov
· 10 years ago
0e1dbcc
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
dae57fb
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d65b78f
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
59ee762
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5aaeb5c
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86
by Ingo Molnar
· 10 years ago
0c8c0f0
x86/fpu, sched: Dynamically allocate 'struct fpu'
by Dave Hansen
· 10 years ago
75a0618
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
by Thomas Gleixner
· 10 years ago
7558009
Merge tag 'trace-v4.2-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
ce0d3c0
genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now
by Thomas Gleixner
· 10 years ago
0f44705
tick: Move the export of tick_broadcast_oneshot_control to the proper place
by Thomas Gleixner
· 10 years ago
638d3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c4675f9
ebpf: remove self-assignment in interpreter's tail call
by Daniel Borkmann
· 10 years ago
7b73216
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
c4bc680
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
c4d029f
tick/broadcast: Prevent NULL pointer dereference
by Thomas Gleixner
· 10 years ago
758556b
module: Fix load_module() error path
by Peter Zijlstra
· 10 years ago
45820c2
Fix broken audit tests for exec arg len
by Linus Torvalds
· 10 years ago
6224beb
tracing: Have branch tracer use recursive field of task struct
by Steven Rostedt (Red Hat)
· 10 years ago
a899418
hotplug: Prevent alloc/free of irq descriptors during cpu up/down
by Thomas Gleixner
· 10 years ago
c428833
tick/broadcast: Handle spurious interrupts gracefully
by Thomas Gleixner
· 10 years ago
d5113e1
tick/broadcast: Check for hrtimer broadcast active early
by Thomas Gleixner
· 10 years ago
0cc5281
tick/broadcast: Return busy when IPI is pending
by Thomas Gleixner
· 10 years ago
d332572
tick/broadcast: Return busy if periodic mode and hrtimer broadcast
by Thomas Gleixner
· 10 years ago
e3ac79e
tick/broadcast: Move the check for periodic mode inside state handling
by Thomas Gleixner
· 10 years ago
b78f3f3
tick/broadcast: Prevent deep idle if no broadcast device available
by Thomas Gleixner
· 10 years ago
f32dd11
tick/broadcast: Make idle check independent from mode and config
by Thomas Gleixner
· 10 years ago
e045431
tick/broadcast: Sanity check the shutdown of the local clock_event
by Thomas Gleixner
· 10 years ago
8eb2312
tick/broadcast: Prevent hrtimer recursion
by Thomas Gleixner
· 10 years ago
7c4a976
clockevents: Allow set-state callbacks to be optional
by Viresh Kumar
· 10 years ago
d49db34
sched/fair: Test list head instead of list entry in throttle_cfs_rq()
by Cong Wang
· 10 years ago
57ffc5c
perf: Fix AUX buffer refcounting
by Peter Zijlstra
· 10 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
1b3618b
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
22a093b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
397f237
sched/numa: Fix numa balancing stats in /proc/pid/sched
by Srikar Dronamraju
· 10 years ago
e3d24d0
sched/numa: Show numa_group ID in /proc/sched_debug task listings
by Srikar Dronamraju
· 10 years ago
6b55c96
sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h
by Srikar Dronamraju
· 10 years ago
f6db834
sched/stat: Simplify the sched_info accounting dependency
by Naveen N. Rao
· 10 years ago
0cbee99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
2ecd9d2
sched, preempt_notifier: separate notifier registration from static_key inc/dec
by Peter Zijlstra
· 10 years ago
7df9ab8
make certificate list change message more useful
by Linus Torvalds
· 10 years ago
2d01eed
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
6ac15ba
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5c39509
Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
7adf12b
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
f9bb488
sysfs: Create mountpoints with sysfs_create_mount_point
by Eric W. Biederman
· 10 years ago
f9bd673
sysctl: Allow creating permanently empty directories that serve as mountpoints.
by Eric W. Biederman
· 10 years ago
65f2606
time: Remove development rules from Kbuild/Makefile
by Thomas Gleixner
· 10 years ago
200f1ce
kernel/relay.c: use kvfree() in relay_free_page_array()
by Pekka Enberg
· 10 years ago
b389645
printk: improve the description of /dev/kmsg line format
by Antonio Ospite
· 10 years ago
3e44c47
gcov: add support for GCC 5.1
by Lorenzo Stoakes
· 10 years ago
5375b70
kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
by HATAYAMA Daisuke
· 10 years ago
f45d85f
kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabled
by HATAYAMA Daisuke
· 10 years ago
20bdc2c
modules: only use mod->param_lock if CONFIG_MODULES
by Stephen Rothwell
· 10 years ago
cf2fde7
param: fix module param locks when !CONFIG_SYSFS.
by Rusty Russell
· 10 years ago
4a10a91
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 10 years ago
e22619a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
e0dd880
Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 10 years ago
bbe179f
Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
8d7804a
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
e382608
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
24bfcb1
timer: Fix hotplug regression
by Thomas Gleixner
· 10 years ago
fcbc177
Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
e8a0b37d
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 10 years ago
47a4694
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
Next »