Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
25cc2611a6d3f3f7c2ce4006fcc6c729a5ad8e14
/
kernel
4d3c4a4
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
4fde846
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c3931a8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c8b2ba8
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7cb328c
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e28e9e3
Merge branch 'waitid-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
f263fbb
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
fe1b518
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
by Linus Torvalds
· 8 years ago
634a816
fix waitid(2) breakage
by Al Viro
· 8 years ago
dbf5806
kprobes: Ensure that jprobe probepoints are at function entry
by Naveen N. Rao
· 8 years ago
0f73ff8
kprobes: Simplify register_jprobes()
by Naveen N. Rao
· 8 years ago
659b957
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()
by Naveen N. Rao
· 8 years ago
5671360
locking/qspinlock: Explicitly include asm/prefetch.h
by Stafford Horne
· 8 years ago
ef3ad08
Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 8 years ago
c5c601c
irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers
by Marc Zyngier
· 8 years ago
f610c9d
genirq/debugfs: Remove redundant NULL pointer check
by Thomas Gleixner
· 8 years ago
9f45efb
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
c856863
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
2074006
Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
ed52be7
mm: memcontrol: use generic mod_memcg_page_state for kmem pages
by Johannes Weiner
· 8 years ago
5f155f2
mm, cpuset: always use seqlock when changing task's nodemask
by Vlastimil Babka
· 8 years ago
213980c
mm, mempolicy: simplify rebinding mempolicies when updating cpusets
by Vlastimil Babka
· 8 years ago
3d375d7
mm: update callers to use HASH_ZERO flag
by Pavel Tatashin
· 8 years ago
57ecbd3
kernel/exit.c: don't include unused userfaultfd_k.h
by Mike Rapoport
· 8 years ago
3d79a72
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
by Michal Hocko
· 8 years ago
f1dd2cd
mm, memory_hotplug: do not associate hotadded memory to zones until online
by Michal Hocko
· 8 years ago
563ec5c
kernel/module.c: use linux/set_memory.h
by Michael Ellerman
· 8 years ago
61f6d09a
kernel/power/snapshot.c: use linux/set_memory.h
by Michael Ellerman
· 8 years ago
c0d80dd
kernel/extable.c: mark core_kernel_text notrace
by Marcin Nowakowski
· 8 years ago
c80081b
genirq: Allow to pass the IRQF_TIMER flag with percpu irq request
by Daniel Lezcano
· 8 years ago
9ced560
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
9cd4f1a
smp/hotplug: Move unparking of percpu threads to the control CPU
by Thomas Gleixner
· 8 years ago
7114f51
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
ea3b25e
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
4be9513
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
5518b69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
e24dd9e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
7391786
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
eed1fc8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 8 years ago
65a4433
sched/fair: Fix load_balance() affinity redo path
by Jeffrey Hugo
· 8 years ago
69d7187
ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes
by Steven Rostedt (VMware)
· 8 years ago
4dce17b
Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core
by Steven Rostedt (VMware)
· 8 years ago
a0c4acd
locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()
by Kirill Tkhai
· 8 years ago
2a42eb9
sched/cputime: Accumulate vtime on top of nsec clocksource
by Wanpeng Li
· 8 years ago
bac5b6b
sched/cputime: Move the vtime task fields to their own struct
by Frederic Weisbecker
· 8 years ago
60a9ce5
sched/cputime: Rename vtime fields
by Frederic Weisbecker
· 8 years ago
9fa57cf
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
by Frederic Weisbecker
· 8 years ago
1c3eda0
vtime, sched/cputime: Remove vtime_account_user()
by Frederic Weisbecker
· 8 years ago
408c986
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
2343877
genirq/timings: Move free timings out of spinlocked region
by Thomas Gleixner
· 8 years ago
46e48e2
genirq: Move irq resource handling out of spinlocked region
by Thomas Gleixner
· 8 years ago
9114014
genirq: Add mutex to irq desc to serialize request/free_irq()
by Thomas Gleixner
· 8 years ago
3a90795
genirq: Move bus locking into __setup_irq()
by Thomas Gleixner
· 8 years ago
2372a51
genirq: Force inlining of __irq_startup_managed to prevent build failure
by Geert Uytterhoeven
· 8 years ago
e5682b4
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
by Sebastian Ott
· 8 years ago
3b9c08a
Revert "sched/cputime: Refactor the cputime_adjust() code"
by Ingo Molnar
· 8 years ago
650fc87
Merge tag 'docs-4.13' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
f4dd029
Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
9746684
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
9a9594e
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
03ffbcd
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
241e5e6
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 8 years ago
59b6018
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7447d56
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
892ad5a
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
330e9e4
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e94693f
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 8 years ago
a5707ee
Merge branch 'for-4.13' into for-linus
by Petr Mladek
· 8 years ago
8f8e5c3
Merge branch 'acpi-pm'
by Rafael J. Wysocki
· 8 years ago
301f8d7
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 8 years ago
875aabf5
Merge branch 'uuid-types'
by Rafael J. Wysocki
· 8 years ago
4318870
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
by John Fastabend
· 8 years ago
7bda4b4
bpf: extend bpf_trace_printk to support %i
by John Fastabend
· 8 years ago
9780c0a
bpf: export whether tail call has jited owner
by Daniel Borkmann
· 8 years ago
f96da09
bpf: simplify narrower ctx access
by Daniel Borkmann
· 8 years ago
40304b2
bpf: BPF support for sock_ops
by Lawrence Brakmo
· 8 years ago
c0a0c7a
Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
b079115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c207aee
objtool, x86: Add several functions and files to the objtool whitelist
by Josh Poimboeuf
· 8 years ago
725816e
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
by Deepa Dinamani
· 8 years ago
c0edd7c
nanosleep: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
5c49941
posix-timers: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
72298e5
sched/cputime: Refactor the cputime_adjust() code
by Gustavo A. R. Silva
· 8 years ago
993647a
cpu/hotplug: Constify attribute_group structures
by Arvind Yadav
· 8 years ago
48365b3
sched/debug: Expose the number of RT/DL tasks that can migrate
by Daniel Bristot de Oliveira
· 8 years ago
e4448ed
bpf: don't open-code memdup_user()
by Al Viro
· 8 years ago
a9bd8df
kimage_file_prepare_segments(): don't open-code memdup_user()
by Al Viro
· 8 years ago
9e52b32
tracing/kprobes: Allow to create probe with a module name starting with a digit
by Sabrina Dubroca
· 8 years ago
4d8a991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
59494fe
PM: hibernate: constify attribute_group structures.
by Arvind Yadav
· 8 years ago
6bdf6ab
bpf: prevent leaking pointer via xadd on unpriviledged
by Daniel Borkmann
· 8 years ago
8007e40
bpf: Fix out-of-bound access on interpreters[]
by Martin KaFai Lau
· 8 years ago
14dc6f0
bpf: Add syscall lookup support for fd array and htab
by Martin KaFai Lau
· 8 years ago
0f17976
ftrace: Fix regression with module command in stack_trace_filter
by Steven Rostedt (VMware)
· 8 years ago
ff801b7
sched/numa: Hide numa_wake_affine() from UP build
by Thomas Gleixner
· 8 years ago
2287d86
timers: Make the cpu base lock raw
by Sebastian Andrzej Siewior
· 8 years ago
Next »