Age | Commit message (Expand) | Author | Files | Lines |
2016-08-12 | bpf: allow bpf_get_prandom_u32() to be used in tracing | Alexei Starovoitov | 1 | -0/+2 |
2016-08-12 | bpf: allow helpers access the packet directly | Alexei Starovoitov | 1 | -18/+43 |
2016-08-12 | bpf: Add bpf_current_task_under_cgroup helper | Sargun Dhillon | 3 | -2/+34 |
2016-08-06 | bpf: restore behavior of bpf_map_update_elem | Alexei Starovoitov | 1 | -11/+73 |
2016-08-03 | bpf: fix method of PTR_TO_PACKET reg id generation | Jakub Kicinski | 1 | -1/+2 |
2016-08-03 | Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2 | -7/+11 |
2016-08-02 | config: add android config fragments | Rob Herring | 2 | -0/+273 |
2016-08-02 | relay: add global mode support for buffer-only channels | Akash Goel | 1 | -2/+32 |
2016-08-02 | kexec: add restriction on kexec_load() segment sizes | zhong jiang | 1 | -0/+17 |
2016-08-02 | kexec: add a kexec_crash_loaded() function | Petr Tesarik | 2 | -1/+7 |
2016-08-02 | kexec: use core_param for crash_kexec_post_notifiers boot option | Hidehiro Kawai | 1 | -9/+4 |
2016-08-02 | kexec: allow architectures to override boot mapping | Russell King | 2 | -14/+15 |
2016-08-02 | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t | Russell King | 2 | -3/+3 |
2016-08-02 | kexec: ensure user memory sizes do not wrap | Russell King | 1 | -0/+2 |
2016-08-02 | kexec: return error number directly | Minfei Huang | 1 | -10/+6 |
2016-08-02 | kernel/exit.c: quieten greatest stack depth printk | Anton Blanchard | 1 | -1/+1 |
2016-08-02 | printk: add kernel parameter to control writes to /dev/kmsg | Borislav Petkov | 2 | -8/+141 |
2016-08-02 | printk: include <asm/sections.h> instead of <asm-generic/sections.h> | Christoph Hellwig | 1 | -1/+1 |
2016-08-02 | printk: introduce suppress_message_printing() | Sergey Senozhatsky | 1 | -6/+19 |
2016-08-02 | printk: create pr_<level> functions | Joe Perches | 3 | -11/+45 |
2016-08-02 | printk: do not include interrupt.h | Sergey Senozhatsky | 1 | -1/+0 |
2016-08-02 | dynamic_debug: only add header when used | Luis de Bethencourt | 1 | -0/+1 |
2016-08-02 | task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works | Oleg Nesterov | 1 | -4/+6 |
2016-08-02 | tracing: Fix use-after-free in hist_register_trigger() | Tom Zanussi | 1 | -3/+3 |
2016-08-02 | tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all | Steven Rostedt | 1 | -4/+4 |
2016-08-02 | Makefile: Mute warning for __builtin_return_address(>0) for tracing only | Steven Rostedt | 1 | -0/+4 |
2016-07-30 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+8 |
2016-07-29 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 4 | -267/+228 |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2 | -98/+92 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -0/+16 |
2016-07-29 | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+8 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -385/+275 |
2016-07-28 | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 12 | -453/+565 |
2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+0 |
2016-07-28 | printk: when dumping regs, show the stack, not thread_info | Andy Lutomirski | 1 | -3/+2 |
2016-07-28 | mm: fix memcg stack accounting for sub-page stacks | Andy Lutomirski | 1 | -11/+8 |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 1 | -1/+2 |
2016-07-28 | mm: cleanup ifdef guards for vmem_altmap | Dan Williams | 1 | -8/+0 |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 1 | -2/+2 |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -5/+5 |
2016-07-28 | cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemask | Michal Hocko | 1 | -9/+0 |
2016-07-28 | freezer, oom: check TIF_MEMDIE on the correct task | Michal Hocko | 1 | -1/+1 |
2016-07-28 | timers/core: Correct callback order during CPU hot plug | Richard Cochran | 1 | -5/+10 |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 10 | -144/+418 |
2016-07-27 | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -10/+0 |
2016-07-27 | stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPARE | Oleg Nesterov | 1 | -0/+8 |
2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
2016-07-26 | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 12 | -518/+666 |
2016-07-26 | cgroup: remove unnecessary 0 check from css_from_id() | Johannes Weiner | 1 | -1/+1 |
2016-07-26 | cgroup: fix idr leak for the first cgroup root | Johannes Weiner | 1 | -7/+1 |