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
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-16
/
+51
2015-10-27
seccomp, ptrace: add support for dumping seccomp filters
Tycho Andersen
2
-1
/
+80
2015-10-28
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+6
2015-10-26
bpf: make tracing helpers gpl only
Alexei Starovoitov
1
-2
/
+2
2015-10-26
bpf: fix bpf_perf_event_read() helper
Alexei Starovoitov
2
-10
/
+22
2015-10-23
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-12
/
+28
2015-10-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+6
2015-10-23
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
2
-2
/
+16
2015-10-23
kmod: don't run async usermode helper as a child of kworker thread
Oleg Nesterov
1
-2
/
+6
2015-10-22
bpf: introduce bpf_perf_event_output() helper
Alexei Starovoitov
3
-1
/
+50
2015-10-22
perf: pad raw data samples automatically
Alexei Starovoitov
1
-5
/
+10
2015-10-20
tracing: Do not allow stack_tracer to record stack in NMI
Steven Rostedt (Red Hat)
1
-0
/
+4
2015-10-20
tracing: Have stack tracer force RCU to be watching
Steven Rostedt (Red Hat)
1
-0
/
+7
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-21
/
+33
2015-10-20
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
1
-3
/
+5
2015-10-20
nohz: Revert "nohz: Set isolcpus when nohz_full is set"
Frederic Weisbecker
1
-3
/
+0
2015-10-20
sched/fair: Update task group's load_avg after task migration
Yuyang Du
1
-2
/
+3
2015-10-20
sched/fair: Fix overly small weight for interactive group entities
Yuyang Du
1
-2
/
+2
2015-10-17
Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...
Linus Torvalds
2
-6
/
+2
2015-10-16
timekeeping: Increment clock_was_set_seq in timekeeping_init()
Thomas Gleixner
1
-1
/
+1
2015-10-16
genirq/msi: Do not use pci_msi_[un]mask_irq as default methods
Marc Zyngier
1
-5
/
+1
2015-10-16
bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_put
Tom Herbert
1
-0
/
+1
2015-10-15
Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2015-10-12
bpf: charge user for creation of BPF maps and programs
Alexei Starovoitov
3
-1
/
+68
2015-10-12
bpf: enable non-root eBPF programs
Alexei Starovoitov
3
-14
/
+116
2015-10-12
sched, tracing: Stop/start critical timings around the idle=poll idle loop
Daniel Bristot de Oliveira
1
-0
/
+2
2015-10-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-7
/
+8
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
1
-1
/
+1
2015-10-09
genirq: Fix handle_bad_irq kerneldoc comment
Arnd Bergmann
1
-1
/
+0
2015-10-09
genirq: Export handle_bad_irq
Arnd Bergmann
1
-0
/
+1
2015-10-08
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
3
-6
/
+29
2015-10-06
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
2
-7
/
+8
2015-10-05
ebpf: include perf_event only where really needed
Daniel Borkmann
1
-0
/
+1
2015-10-05
bpf, seccomp: prepare for upcoming criu support
Daniel Borkmann
1
-2
/
+2
2015-10-04
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+17
2015-10-03
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2015-10-03
sched, bpf: add helper for retrieving routing realms
Daniel Borkmann
1
-0
/
+2
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
2
-2
/
+6
2015-10-02
clocksource: Fix abs() usage w/ 64bit values
John Stultz
1
-1
/
+1
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-41
/
+102
2015-10-01
genirq: Fix race in register_irq_proc()
Ben Hutchings
1
-2
/
+17
2015-09-30
workqueue: make sure delayed work run in local cpu
Shaohua Li
1
-4
/
+4
2015-09-30
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2015-09-29
irq: Export per-cpu irq allocation and de-allocation functions
Maxime Ripard
1
-0
/
+2
2015-09-29
genirq: Fix the documentation of request_percpu_irq
Maxime Ripard
1
-3
/
+4
2015-09-28
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+5
2015-09-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-33
/
+81
2015-09-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+11
2015-09-27
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-5
/
+5
2015-09-23
locking/lockdep: Fix hlock->pin_count reset on lock stack rebuilds
Peter Zijlstra
1
-5
/
+5
[next]