index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-02
kexec: add restriction on kexec_load() segment sizes
zhong jiang
1
-0
/
+17
2016-08-02
kexec: add a kexec_crash_loaded() function
Petr Tesarik
2
-1
/
+7
2016-08-02
kexec: use core_param for crash_kexec_post_notifiers boot option
Hidehiro Kawai
1
-9
/
+4
2016-08-02
kexec: allow architectures to override boot mapping
Russell King
2
-14
/
+15
2016-08-02
kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
Russell King
2
-3
/
+3
2016-08-02
kexec: ensure user memory sizes do not wrap
Russell King
1
-0
/
+2
2016-08-02
kexec: return error number directly
Minfei Huang
1
-10
/
+6
2016-08-02
kernel/exit.c: quieten greatest stack depth printk
Anton Blanchard
1
-1
/
+1
2016-08-02
printk: add kernel parameter to control writes to /dev/kmsg
Borislav Petkov
2
-8
/
+141
2016-08-02
printk: include <asm/sections.h> instead of <asm-generic/sections.h>
Christoph Hellwig
1
-1
/
+1
2016-08-02
printk: introduce suppress_message_printing()
Sergey Senozhatsky
1
-6
/
+19
2016-08-02
printk: create pr_<level> functions
Joe Perches
3
-11
/
+45
2016-08-02
printk: do not include interrupt.h
Sergey Senozhatsky
1
-1
/
+0
2016-08-02
dynamic_debug: only add header when used
Luis de Bethencourt
1
-0
/
+1
2016-08-02
task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works
Oleg Nesterov
1
-4
/
+6
2016-07-30
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+8
2016-07-29
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
4
-267
/
+228
2016-07-29
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2
-98
/
+92
2016-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-0
/
+16
2016-07-29
Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+8
2016-07-29
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-385
/
+275
2016-07-28
Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
12
-453
/
+565
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+0
2016-07-28
printk: when dumping regs, show the stack, not thread_info
Andy Lutomirski
1
-3
/
+2
2016-07-28
mm: fix memcg stack accounting for sub-page stacks
Andy Lutomirski
1
-11
/
+8
2016-07-28
mm: track NR_KERNEL_STACK in KiB instead of number of stacks
Andy Lutomirski
1
-1
/
+2
2016-07-28
mm: cleanup ifdef guards for vmem_altmap
Dan Williams
1
-8
/
+0
2016-07-28
mm: convert zone_reclaim to node_reclaim
Mel Gorman
1
-2
/
+2
2016-07-28
mm, vmscan: move LRU lists to node
Mel Gorman
1
-5
/
+5
2016-07-28
cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemask
Michal Hocko
1
-9
/
+0
2016-07-28
freezer, oom: check TIF_MEMDIE on the correct task
Michal Hocko
1
-1
/
+1
2016-07-28
timers/core: Correct callback order during CPU hot plug
Richard Cochran
1
-5
/
+10
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
10
-144
/
+418
2016-07-27
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+0
2016-07-27
stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPARE
Oleg Nesterov
1
-0
/
+8
2016-07-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+3
2016-07-26
Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
12
-518
/
+666
2016-07-26
cgroup: remove unnecessary 0 check from css_from_id()
Johannes Weiner
1
-1
/
+1
2016-07-26
cgroup: fix idr leak for the first cgroup root
Johannes Weiner
1
-7
/
+1
2016-07-26
mm: charge/uncharge kmemcg from generic page allocator paths
Vladimir Davydov
1
-3
/
+3
2016-07-26
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+4
2016-07-26
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-43
/
+67
2016-07-26
Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-10
/
+37
2016-07-25
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-66
/
+358
2016-07-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-540
/
+751
2016-07-25
bpf: Add bpf_probe_write_user BPF helper to be called in tracers
Sargun Dhillon
1
-0
/
+45
2016-07-25
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+0
2016-07-25
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-84
/
+87
2016-07-25
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-186
/
+412
2016-07-25
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-44
/
+130
[next]