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-01-21
perf: Optimize perf_sched_events() usage
Peter Zijlstra
1
-6
/
+16
2016-01-21
perf: Simplify/fix perf_event_enable() event scheduling
Peter Zijlstra
1
-26
/
+5
2016-01-21
perf: Use task_ctx_sched_out()
Peter Zijlstra
1
-2
/
+1
2016-01-21
perf: Fix perf_enable_on_exec() event scheduling
Peter Zijlstra
1
-20
/
+27
2016-01-21
perf: Remove stale comment
Peter Zijlstra
1
-7
/
+0
2016-01-21
perf: Fix cgroup scheduling in perf_enable_on_exec()
Peter Zijlstra
1
-24
/
+7
2016-01-21
perf: Fix cgroup event scheduling
Peter Zijlstra
1
-7
/
+10
2016-01-21
perf: Add lockdep assertions
Peter Zijlstra
1
-2
/
+8
2016-01-20
Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-7
/
+1
2016-01-20
prctl: take mmap sem for writing to protect against others
Mateusz Guzik
1
-10
/
+10
2016-01-20
kernel: printk: specify alignment for struct printk_log
Andrey Ryabinin
1
-5
/
+5
2016-01-20
sysctl: enable strict writes
Kees Cook
1
-1
/
+1
2016-01-20
kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE
Xunlei Pang
2
-0
/
+23
2016-01-20
kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_list
Geliang Tang
1
-5
/
+2
2016-01-20
kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()
Xunlei Pang
1
-5
/
+5
2016-01-20
kernel/cpu.c: make set_cpu_* static inlines
Rasmus Villemoes
1
-34
/
+0
2016-01-20
kernel/cpu.c: eliminate cpu_*_mask
Rasmus Villemoes
1
-8
/
+0
2016-01-20
kernel/cpu.c: export __cpu_*_mask
Rasmus Villemoes
1
-5
/
+9
2016-01-20
kernel/cpu.c: change type of cpu_possible_bits and friends
Rasmus Villemoes
1
-22
/
+22
2016-01-20
exit: remove unneeded declaration of exit_mm()
Dmitry Safonov
1
-2
/
+0
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
5
-13
/
+36
2016-01-20
ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task
Oleg Nesterov
1
-2
/
+1
2016-01-20
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
1
-2
/
+8
2016-01-21
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2
-7
/
+1
2016-01-19
pipe: limit the per-user amount of pages allocated in pipes
Willy Tarreau
1
-0
/
+14
2016-01-19
sched / idle: Drop default_idle_call() fallback from call_cpuidle()
Rafael J. Wysocki
1
-6
/
+0
2016-01-19
sched: Fix crash in sched_init_numa()
Raghavendra K T
1
-1
/
+1
2016-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
3
-5
/
+5
2016-01-17
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-10
/
+7
2016-01-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-75
/
+294
2016-01-17
Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+1
2016-01-17
itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
2016-01-17
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
2016-01-17
hrtimer: Handle remaining time proper for TIME_LOW_RES
Thomas Gleixner
2
-19
/
+38
2016-01-16
printk: change recursion_bug type to bool
Sergey Senozhatsky
1
-3
/
+3
2016-01-16
printk: do cond_resched() between lines while outputting to consoles
Tejun Heo
2
-3
/
+35
2016-01-16
printk: only unregister boot consoles when necessary
Thierry Reding
1
-1
/
+25
2016-01-16
kernel/stop_machine.c: remove CONFIG_SMP dependencies
Andrew Morton
1
-4
/
+0
2016-01-15
mm: bring in additional flag for fixup_user_fault to signal unlock
Dominik Dingel
1
-1
/
+1
2016-01-15
mm, x86: get_user_pages() for dax mappings
Dan Williams
1
-0
/
+12
2016-01-15
mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
Dan Williams
1
-4
/
+49
2016-01-15
x86, mm: introduce vmem_altmap to augment vmemmap_populate()
Dan Williams
1
-2
/
+70
2016-01-15
mm: introduce find_dev_pagemap()
Dan Williams
1
-8
/
+77
2016-01-15
mm, dax, pmem: introduce pfn_t
Dan Williams
1
-0
/
+7
2016-01-15
futex, thp: remove special case for THP in get_futex_key
Kirill A. Shutemov
1
-49
/
+14
2016-01-15
memcg: adjust to support new THP refcounting
Kirill A. Shutemov
1
-3
/
+4
2016-01-15
rmap: add argument to charge compound page
Kirill A. Shutemov
1
-2
/
+2
2016-01-15
time: nohz: Expose tick_nohz_enabled
Jean Delvare
1
-1
/
+1
2016-01-15
irqdomain: Export irq_domain_set_info() for module use
Keith Busch
1
-0
/
+1
2016-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-17
/
+43
[prev]
[next]