index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2016-09-02
genirq/generic_chip: Add irq_unmap callback
Sebastian Frias
-0
/
+21
2016-09-02
genirq/generic_chip: Get rid of code duplication
Sebastian Frias
-15
/
+19
2016-09-02
genirq: Remove export of irq_map_generic_chip()
Thomas Gleixner
-1
/
+0
2016-09-02
genirq: Robustify handle_percpu_devid_irq()
Thomas Gleixner
-4
/
+14
2016-09-02
tick/nohz: Fix softlockup on scheduler stalls in kvm guest
Wanpeng Li
-1
/
+2
2016-09-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-27
/
+39
2016-09-01
kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
Michal Hocko
-6
/
+4
2016-09-01
mm, mempolicy: task->mempolicy must be NULL before dropping final reference
David Rientjes
-6
/
+1
2016-09-01
printk/nmi: avoid direct printk()-s from __printk_nmi_flush()
Sergey Senozhatsky
-15
/
+23
2016-09-01
kconfig: tinyconfig: provide whole choice blocks to avoid warnings
Arnd Bergmann
-0
/
+8
2016-09-01
kexec: fix double-free when failing to relocate the purgatory
Thiago Jung Bauermann
-0
/
+3
2016-09-01
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
-3
/
+28
2016-09-01
Merge branch 'linus' into smp/hotplug
Thomas Gleixner
-99
/
+382
2016-09-01
ftrace: Access ret_stack->subtime only in the function profiler
Namhyung Kim
-1
/
+6
2016-09-01
function_graph: Handle TRACE_BPUTS in print_graph_comment
Namhyung Kim
-0
/
+5
2016-09-01
tracing/uprobe: Drop isdigit() check in create_trace_uprobe
Dmitry Safonov
-4
/
+0
2016-09-01
cpufreq / sched: ignore SMT when determining max cpu capacity
Steve Muckle
-1
/
+3
2016-08-31
time: Avoid undefined behaviour in ktime_add_safe()
Vegard Nossum
-1
/
+1
2016-08-31
time: Avoid undefined behaviour in timespec64_add_safe()
Vegard Nossum
-1
/
+1
2016-08-31
timekeeping: Prints the amounts of time spent during suspend
Ruchi Kandoi
-0
/
+2
2016-08-31
clocksource: Defer override invalidation unless clock is unstable
Kyle Walker
-3
/
+12
2016-08-31
hrtimer: Spelling fixes
Pratyush Patel
-2
/
+2
2016-08-31
audit: fix exe_file access in audit_exe_compare
Mateusz Guzik
-3
/
+5
2016-08-31
mm: introduce get_task_exe_file
Mateusz Guzik
-0
/
+23
2016-08-31
mntns: Add a limit on the number of mount namespaces.
Eric W. Biederman
-0
/
+1
2016-08-30
Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+8
2016-08-30
seccomp: Fix tracer exit notifications during fatal signals
Kees Cook
-4
/
+8
2016-08-30
audit: consistently record PIDs with task_tgid_nr()
Paul Moore
-7
/
+13
2016-08-30
Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+17
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-53
/
+178
2016-08-29
workqueue: add cancel_work()
Jens Axboe
-14
/
+26
2016-08-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2016-08-28
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+19
2016-08-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+11
2016-08-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-4
/
+45
2016-08-26
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
-1
/
+1
2016-08-26
printk: fix parsing of "brl=" option
Nicolas Iooss
-2
/
+2
2016-08-26
sysctl: handle error writing UINT_MAX to u32 fields
Subash Abhinov Kasiviswanathan
-2
/
+43
2016-08-26
livepatch/module: make TAINT_LIVEPATCH module-specific
Josh Poimboeuf
-7
/
+9
2016-08-26
cpu/hotplug: Allow suspend/resume CPU to be specified
James Morse
-4
/
+5
2016-08-24
perf/core: Use this_cpu_ptr() when stopping AUX events
Will Deacon
-1
/
+1
2016-08-24
sched: Remove __schedule() non-standard frame annotation
Brian Gerst
-1
/
+0
2016-08-24
locking/hung_task: Show all locks
Vegard Nossum
-1
/
+1
2016-08-24
ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers
Josh Poimboeuf
-0
/
+58
2016-08-24
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
-1
/
+4
2016-08-24
ftrace: Only allocate the ret_stack 'fp' field when needed
Josh Poimboeuf
-0
/
+2
2016-08-24
ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
Josh Poimboeuf
-6
/
+1
2016-08-24
fork: Add generic vmalloced stack support
Andy Lutomirski
-20
/
+76
2016-08-24
timekeeping: Cap array access in timekeeping_debug
John Stultz
-2
/
+7
2016-08-24
timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
John Stultz
-1
/
+4
[prev]
[next]