Age | Commit message (Expand) | Author |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe |
2016-08-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-08-05 | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2016-08-04 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2016-08-04 | jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL | Jason Baron |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada |
2016-08-04 | modules: add ro_after_init support | Jessica Yu |
2016-08-04 | jump_label: disable preemption around __module_text_address(). | Rusty Russell |
2016-08-04 | modules: Add kernel parameter to blacklist modules | Prarit Bhargava |
2016-08-04 | module: Do a WARN_ON_ONCE() for assert module mutex not held | Steven Rostedt |
2016-08-03 | Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds |
2016-08-02 | config: add android config fragments | Rob Herring |
2016-08-02 | relay: add global mode support for buffer-only channels | Akash Goel |
2016-08-02 | kexec: add restriction on kexec_load() segment sizes | zhong jiang |
2016-08-02 | kexec: add a kexec_crash_loaded() function | Petr Tesarik |
2016-08-02 | kexec: use core_param for crash_kexec_post_notifiers boot option | Hidehiro Kawai |
2016-08-02 | kexec: allow architectures to override boot mapping | Russell King |
2016-08-02 | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t | Russell King |
2016-08-02 | kexec: ensure user memory sizes do not wrap | Russell King |
2016-08-02 | kexec: return error number directly | Minfei Huang |
2016-08-02 | kernel/exit.c: quieten greatest stack depth printk | Anton Blanchard |
2016-08-02 | printk: add kernel parameter to control writes to /dev/kmsg | Borislav Petkov |
2016-08-02 | printk: include <asm/sections.h> instead of <asm-generic/sections.h> | Christoph Hellwig |
2016-08-02 | printk: introduce suppress_message_printing() | Sergey Senozhatsky |
2016-08-02 | printk: create pr_<level> functions | Joe Perches |
2016-08-02 | printk: do not include interrupt.h | Sergey Senozhatsky |
2016-08-02 | dynamic_debug: only add header when used | Luis de Bethencourt |
2016-08-02 | task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works | Oleg Nesterov |
2016-08-02 | tracing: Fix use-after-free in hist_register_trigger() | Tom Zanussi |
2016-08-02 | tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all | Steven Rostedt |
2016-08-02 | Makefile: Mute warning for __builtin_return_address(>0) for tracing only | Steven Rostedt |
2016-08-02 | perf/core: Change log level for duration warning to KERN_INFO | David Ahern |
2016-08-01 | jump_label: Make it possible for arches to invoke jump_label_init() earlier | Kevin Hao |
2016-07-30 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-07-29 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2016-07-29 | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-07-28 | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-07-28 | printk: when dumping regs, show the stack, not thread_info | Andy Lutomirski |
2016-07-28 | mm: fix memcg stack accounting for sub-page stacks | Andy Lutomirski |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski |
2016-07-28 | mm: cleanup ifdef guards for vmem_altmap | Dan Williams |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-28 | cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemask | Michal Hocko |
2016-07-28 | freezer, oom: check TIF_MEMDIE on the correct task | Michal Hocko |
2016-07-28 | timers/core: Correct callback order during CPU hot plug | Richard Cochran |