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
2014-10-09
mm: use VM_BUG_ON_MM where possible
Sasha Levin
2
-3
/
+2
2014-10-09
mempolicy: remove the "task" arg of vma_policy_mof() and simplify it
Oleg Nesterov
1
-1
/
+1
2014-10-09
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
1
-7
/
+0
2014-10-09
prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation
Cyrill Gorcunov
1
-1
/
+189
2014-10-09
prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file
Cyrill Gorcunov
1
-10
/
+11
2014-10-09
mm: use may_adjust_brk helper
Cyrill Gorcunov
1
-7
/
+4
2014-10-09
kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...
Nishanth Aravamudan
1
-1
/
+1
2014-10-09
softlockup: make detector be aware of task switch of processes hogging cpu
chai wen
1
-1
/
+17
2014-10-09
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+45
2014-10-09
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+8
2014-10-09
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-22
/
+55
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
8
-7
/
+2782
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+6
2014-10-08
Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+36
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+12
2014-10-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2014-10-08
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2014-10-07
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-1
/
+0
2014-10-07
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-4
/
+15
2014-10-07
Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Linus Torvalds
2
-0
/
+7
2014-10-03
Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2014-10-02
perf: fix perf bug in fork()
Peter Zijlstra
2
-3
/
+6
2014-10-02
ring-buffer: Fix infinite spin in reading buffer
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-10-02
Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...
Russell King
5
-41
/
+31
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-39
/
+20
2014-10-02
aarch64: filter $x from kallsyms
Kyle McMartin
1
-1
/
+1
2014-10-01
bpf: add search pruning optimization to verifier
Alexei Starovoitov
1
-0
/
+146
2014-09-28
net_dma: simple removal
Dan Williams
1
-1
/
+0
2014-09-27
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2014-09-26
bpf: mini eBPF library, test stubs and verifier testsuite
Alexei Starovoitov
2
-0
/
+120
2014-09-26
bpf: verifier (add verifier core)
Alexei Starovoitov
1
-1
/
+1074
2014-09-26
bpf: verifier (add branch/goto checks)
Alexei Starovoitov
1
-0
/
+189
2014-09-26
bpf: handle pseudo BPF_LD_IMM64 insn
Alexei Starovoitov
1
-0
/
+147
2014-09-26
bpf: verifier (add ability to receive verification log)
Alexei Starovoitov
2
-1
/
+236
2014-09-26
bpf: verifier (add docs)
Alexei Starovoitov
3
-2
/
+135
2014-09-26
bpf: handle pseudo BPF_CALL insn
Alexei Starovoitov
1
-0
/
+37
2014-09-26
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
2
-14
/
+180
2014-09-26
bpf: add lookup/update/delete/iterate methods to BPF maps
Alexei Starovoitov
1
-0
/
+235
2014-09-26
bpf: enable bpf syscall on x64 and i386
Alexei Starovoitov
1
-0
/
+3
2014-09-26
bpf: introduce BPF syscall and maps
Alexei Starovoitov
2
-1
/
+170
2014-09-26
ARM: 8153/1: Enable gcov support on the ARM architecture
Vincent Sanders
1
-1
/
+1
2014-09-25
Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-35
/
+15
2014-09-25
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
1
-0
/
+36
2014-09-24
cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags
Zefan Li
1
-4
/
+5
2014-09-25
Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"
Rafael J. Wysocki
1
-35
/
+15
2014-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-42
/
+72
2014-09-23
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2014-09-22
Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...
Josh Triplett
2
-0
/
+7
[next]