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-07
ftrace: Add infrastructure for delayed enabling of module functions
Steven Rostedt (Red Hat)
1
-55
/
+106
2016-01-07
ftrace/module: Call clean up function when module init fails early
Steven Rostedt (Red Hat)
1
-0
/
+6
2016-01-07
workqueue: simplify the apply_workqueue_attrs_locked()
wanghaibin
1
-7
/
+4
2016-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-01-06
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
9
-217
/
+342
2016-01-06
perf/core: Collapse more IPI loops
Peter Zijlstra
1
-73
/
+33
2016-01-06
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
1
-29
/
+6
2016-01-06
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
1
-10
/
+28
2016-01-06
sched/deadline: Fix the earliest_dl.next logic
Wanpeng Li
1
-52
/
+7
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
29
-206
/
+323
2016-01-06
sched/core: Reset task's lockless wake-queues on fork()
Sebastian Andrzej Siewior
1
-0
/
+1
2016-01-06
sched/fair: Fix multiplication overflow on 32-bit systems
Andrey Ryabinin
1
-1
/
+1
2016-01-06
perf: Fix race in swevent hash
Peter Zijlstra
1
-19
/
+1
2016-01-06
perf: Fix race in perf_event_exec()
Peter Zijlstra
1
-10
/
+5
2016-01-05
Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2016-01-04
PM / sleep: Add support for read-only sysfs attributes
Rafael J. Wysocki
2
-15
/
+11
2016-01-04
tracing: Fix setting of start_index in find_next()
Qiu Peiyang
1
-0
/
+1
2016-01-04
kernel/*: switch to memdup_user_nul()
Al Viro
4
-95
/
+48
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
1
-9
/
+3
2016-01-02
cgroup: demote subsystem init messages to KERN_DEBUG
Tejun Heo
1
-1
/
+1
2015-12-29
bpf: hash: use per-bucket spinlock
tom.leiming@gmail.com
1
-18
/
+32
2015-12-29
bpf: hash: move select_bucket() out of htab's spinlock
tom.leiming@gmail.com
1
-4
/
+2
2015-12-29
bpf: hash: use atomic count
tom.leiming@gmail.com
1
-6
/
+6
2015-12-29
posix-clock: Fix return code on the poll method's error path
Richard Cochran
1
-2
/
+2
2015-12-29
Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...
Thomas Gleixner
1
-1
/
+1
2015-12-23
tracing: Fix comment to use tracing_on over tracing_enable
Chuyu Hu
1
-2
/
+2
2015-12-23
ftrace: Clean up ftrace_module_init() code
Steven Rostedt (Red Hat)
1
-6
/
+3
2015-12-23
ftrace: Join functions ftrace_module_init() and ftrace_init_module()
Abel Vesa
1
-9
/
+6
2015-12-23
bpf: Constify bpf_verifier_ops structure
Julia Lawall
1
-1
/
+1
2015-12-23
ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags too
Steven Rostedt (Red Hat)
1
-12
/
+18
2015-12-23
ftrace: Remove use of control list and ops
Steven Rostedt (Red Hat)
3
-91
/
+39
2015-12-23
ftrace: Fix output of enabled_functions for showing tramp
Steven Rostedt (Red Hat)
1
-3
/
+4
2015-12-23
ftrace: Fix a typo in comment
Li Bin
1
-1
/
+1
2015-12-21
missing include asm/paravirt.h in cputime.c
Stefano Stabellini
1
-0
/
+3
2015-12-21
irqdomain: Introduce is_fwnode_irqchip helper
Suravee Suthikulpanit
1
-1
/
+1
2015-12-20
futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op
Darren Hart
1
-1
/
+2
2015-12-20
futex: Cleanup the goto confusion in requeue_pi()
Thomas Gleixner
1
-2
/
+7
2015-12-20
futex: Remove pointless put_pi_state calls in requeue()
Thomas Gleixner
1
-4
/
+2
2015-12-20
futex: Document pi_state refcounting in requeue code
Thomas Gleixner
1
-12
/
+39
2015-12-20
futex: Rename free_pi_state() to put_pi_state()
Thomas Gleixner
1
-7
/
+10
2015-12-20
futex: Drop refcount if requeue_pi() acquired the rtmutex
Thomas Gleixner
1
-0
/
+5
2015-12-20
genirq/msi: Export functions to allow MSI domains in modules
Jake Oshins
2
-0
/
+5
2015-12-19
clocksource: Make clocksource validation work for all clocksources
Yang Yingliang
1
-1
/
+5
2015-12-19
Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kern...
Thomas Gleixner
35
-221
/
+425
2015-12-19
Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
6
-26
/
+92
2015-12-19
kexec: Fix race between panic() and crash_kexec()
Hidehiro Kawai
2
-3
/
+35
2015-12-19
panic, x86: Allow CPUs to save registers even if looping in NMI context
Hidehiro Kawai
2
-1
/
+10
2015-12-19
panic, x86: Fix re-entrance problem due to panic on NMI
Hidehiro Kawai
2
-4
/
+14
2015-12-18
bpf: move clearing of A/X into classic to eBPF migration prologue
Daniel Borkmann
1
-4
/
+0
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
23
-177
/
+270
[prev]
[next]