Age | Commit message (Expand) | Author | Files | Lines |
2015-11-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -0/+3 |
2015-11-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+3 |
2015-11-10 | Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 22 | -53/+362 |
2015-11-10 | selftests/mlock2: add ULL suffix to 64-bit constants | Geert Uytterhoeven | 1 | -2/+2 |
2015-11-10 | selftests/mlock2: add missing #define _GNU_SOURCE | Geert Uytterhoeven | 1 | -0/+1 |
2015-11-10 | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+162 |
2015-11-10 | Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -1/+1 |
2015-11-06 | selftests: run lib/test_printf module | Kees Cook | 3 | -0/+19 |
2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 33 | -3/+244 |
2015-11-05 | selftests: vm: add tests for lock on fault | Eric B Munson | 4 | -0/+807 |
2015-11-05 | tools/vm/slabinfo: gnuplot slabifo extended stat | Sergey Senozhatsky | 1 | -0/+275 |
2015-11-05 | tools/vm/slabinfo: cosmetic globals cleanup | Sergey Senozhatsky | 1 | -27/+27 |
2015-11-05 | tools/vm/slabinfo: output sizes in bytes | Sergey Senozhatsky | 1 | -37/+51 |
2015-11-05 | tools/vm/slabinfo: introduce extended totals mode | Sergey Senozhatsky | 1 | -10/+44 |
2015-11-05 | tools/vm/slabinfo: fix alternate opts names | Sergey Senozhatsky | 1 | -3/+5 |
2015-11-05 | tools/vm/slabinfo: sort slabs by loss | Sergey Senozhatsky | 1 | -4/+21 |
2015-11-05 | tools/vm/slabinfo: limit the number of reported slabs | Sergey Senozhatsky | 1 | -3/+15 |
2015-11-05 | tools/vm/slabinfo: use getopt no_argument/optional_argument | Sergey Senozhatsky | 1 | -17/+17 |
2015-11-04 | Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -1/+14 |
2015-11-04 | Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -6/+8 |
2015-11-04 | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2015-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2015-11-03 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -2/+564 |
2015-11-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -2/+1011 |
2015-11-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 192 | -1872/+8489 |
2015-11-03 | selftests: breakpoint: Actually build it | Ben Hutchings | 1 | -1/+1 |
2015-11-03 | selftests: vm: Try harder to allocate huge pages | Ben Hutchings | 1 | -1/+14 |
2015-11-03 | selftests: Make scripts executable | Ben Hutchings | 2 | -0/+0 |
2015-11-03 | selftests: kprobe: Choose an always-defined function to probe | Ben Hutchings | 5 | -11/+11 |
2015-11-03 | selftests: memfd: Stop unnecessary rebuilds | Ben Hutchings | 1 | -6/+6 |
2015-11-03 | selftests: Add missing #include directives | Ben Hutchings | 4 | -0/+4 |
2015-11-03 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -4/+20 |
2015-11-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+223 |
2015-11-03 | rtc: rtctest: enabling UIE for a chip that doesn't support it returns EINVAL | Uwe Kleine-König | 1 | -1/+1 |
2015-11-02 | selftests/seccomp: Be more precise with syscall arguments. | Robert Sesek | 1 | -11/+35 |
2015-11-02 | acpi: nfit: Add support for hot-add | Vishal Verma | 1 | -2/+162 |
2015-11-02 | Merge branch 'acpica' | Rafael J. Wysocki | 1 | -1/+1 |
2015-10-31 | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs | Andy Lutomirski | 1 | -0/+4 |
2015-10-29 | perf unwind: Pass symbol source to libunwind | Rabin Vincent | 1 | -1/+4 |
2015-10-29 | tools build: Fix libiberty feature detection | Rabin Vincent | 1 | -2/+2 |
2015-10-29 | perf tools: Compile scriptlets to BPF objects when passing '.c' to --event | Wang Nan | 7 | -9/+83 |
2015-10-29 | perf record: Add clang options for compiling BPF scripts | Wang Nan | 2 | -0/+13 |
2015-10-29 | perf bpf: Attach eBPF filter to perf event | Wang Nan | 3 | -0/+24 |
2015-10-29 | perf tools: Make sure fixdep is built before libbpf | Jiri Olsa | 1 | -1/+1 |
2015-10-29 | perf script: Enable printing of branch stack | Stephane Eranian | 2 | -3/+93 |
2015-10-29 | perf trace: Add cmd string table to decode sys_bpf first arg | Arnaldo Carvalho de Melo | 1 | -0/+7 |
2015-10-28 | perf bpf: Collect perf_evsel in BPF object files | Wang Nan | 3 | -7/+99 |
2015-10-28 | perf tools: Load eBPF object into kernel | Wang Nan | 3 | -0/+39 |
2015-10-28 | perf tools: Create probe points for BPF programs | Wang Nan | 3 | -1/+268 |
2015-10-28 | perf tools: Enable passing bpf object file to --event | Wang Nan | 6 | -1/+88 |