Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov | 2014-10-09 | 1 | -1/+1 | |
* | mm: remove noisy remainder of the scan_unevictable interface | Johannes Weiner | 2014-10-09 | 1 | -7/+0 | |
* | prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation | Cyrill Gorcunov | 2014-10-09 | 1 | -1/+189 | |
* | prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file | Cyrill Gorcunov | 2014-10-09 | 1 | -10/+11 | |
* | mm: use may_adjust_brk helper | Cyrill Gorcunov | 2014-10-09 | 1 | -7/+4 | |
* | kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o... | Nishanth Aravamudan | 2014-10-09 | 1 | -1/+1 | |
* | softlockup: make detector be aware of task switch of processes hogging cpu | chai wen | 2014-10-09 | 1 | -1/+17 | |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-09 | 2 | -0/+45 | |
|\ | ||||||
| * | genirq: Add irq_domain-aware core IRQ handler | Marc Zyngier | 2014-09-03 | 2 | -0/+45 | |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-09 | 1 | -0/+8 | |
|\ \ | ||||||
| * \ | Merge branch 'nohz/drop-double-write-v3' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2014-08-26 | 1 | -0/+8 | |
| |\ \ | ||||||
| | * | | nohz: Avoid tick's double reprogramming in highres mode | Viresh Kumar | 2014-08-22 | 1 | -0/+4 | |
| | * | | nohz: Fix spurious periodic tick behaviour in low-res dynticks mode | Viresh Kumar | 2014-08-22 | 1 | -0/+4 | |
| | |/ | ||||||
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-09 | 5 | -22/+55 | |
|\ \ \ | ||||||
| * | | | nohz: nohz full depends on irq work self IPI support | Frederic Weisbecker | 2014-09-13 | 1 | -0/+14 | |
| * | | | nohz: Consolidate nohz full init code | Frederic Weisbecker | 2014-09-13 | 1 | -19/+19 | |
| * | | | irq_work: Force raised irq work to run on irq work interrupt | Frederic Weisbecker | 2014-09-13 | 2 | -3/+14 | |
| * | | | nohz: Move nohz full init call to tick init | Frederic Weisbecker | 2014-09-13 | 2 | -0/+8 | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-10-08 | 8 | -7/+2782 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-10-08 | 2 | -3/+6 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-10-02 | 2 | -39/+20 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | bpf: add search pruning optimization to verifier | Alexei Starovoitov | 2014-10-01 | 1 | -0/+146 | |
| * | | | | | | bpf: mini eBPF library, test stubs and verifier testsuite | Alexei Starovoitov | 2014-09-26 | 2 | -0/+120 | |
| * | | | | | | bpf: verifier (add verifier core) | Alexei Starovoitov | 2014-09-26 | 1 | -1/+1074 | |
| * | | | | | | bpf: verifier (add branch/goto checks) | Alexei Starovoitov | 2014-09-26 | 1 | -0/+189 | |
| * | | | | | | bpf: handle pseudo BPF_LD_IMM64 insn | Alexei Starovoitov | 2014-09-26 | 1 | -0/+147 | |
| * | | | | | | bpf: verifier (add ability to receive verification log) | Alexei Starovoitov | 2014-09-26 | 2 | -1/+236 | |
| * | | | | | | bpf: verifier (add docs) | Alexei Starovoitov | 2014-09-26 | 3 | -2/+135 | |
| * | | | | | | bpf: handle pseudo BPF_CALL insn | Alexei Starovoitov | 2014-09-26 | 1 | -0/+37 | |
| * | | | | | | bpf: expand BPF syscall with program load/unload | Alexei Starovoitov | 2014-09-26 | 2 | -14/+180 | |
| * | | | | | | bpf: add lookup/update/delete/iterate methods to BPF maps | Alexei Starovoitov | 2014-09-26 | 1 | -0/+235 | |
| * | | | | | | bpf: enable bpf syscall on x64 and i386 | Alexei Starovoitov | 2014-09-26 | 1 | -0/+3 | |
| * | | | | | | bpf: introduce BPF syscall and maps | Alexei Starovoitov | 2014-09-26 | 2 | -1/+170 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-24 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 6 | -42/+72 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected | Daniel Borkmann | 2014-09-10 | 1 | -0/+2 | |
| * | | | | | | | | net: bpf: consolidate JIT binary allocator | Daniel Borkmann | 2014-09-09 | 1 | -0/+39 | |
| * | | | | | | | | net: filter: add "load 64-bit immediate" eBPF instruction | Alexei Starovoitov | 2014-09-09 | 1 | -0/+5 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-07 | 16 | -143/+326 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann | 2014-09-05 | 2 | -6/+81 | |
| * | | | | | | | | | crash_dump: Make is_kdump_kernel() accessible from modules | Amir Vadai | 2014-08-25 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-10-08 | 1 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | SCHED: add some "wait..on_bit...timeout()" interfaces. | NeilBrown | 2014-09-25 | 1 | -0/+36 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-10-08 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched: Add function single_task_running to let a task check if it is the only... | Tim Chen | 2014-08-25 | 1 | -0/+12 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-10-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | aarch64: filter $x from kallsyms | Kyle McMartin | 2014-10-02 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-10-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ | Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int... | Russell King | 2014-10-02 | 5 | -41/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | ARM: 8153/1: Enable gcov support on the ARM architecture | Vincent Sanders | 2014-09-26 | 1 | -1/+1 | |
| | | |/ / / / / / / | | |/| | | | | | | |