summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-02-13audit: log module name on init_moduleRichard Guy Briggs
2017-02-13module: fix memory leak on early load_module() failuresLuis R. Rodriguez
2017-02-13futex: Move futex_init() to core_initcallYang Yang
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-02-12Merge branches 'fixes', 'kuser', 'misc' and 'sa1100-base' into for-nextRussell King
2017-02-12genirq/devres: Use dev_name(dev) as default for devnameHeiner Kallweit
2017-02-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-02-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10module: Optimize search_module_extables()Peter Zijlstra
2017-02-10tracing: Have COMM event filter key be treated as a stringSteven Rostedt (VMware)
2017-02-10genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski
2017-02-10timer_list: Remove useless cast when printingMars Cheng
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park
2017-02-10perf/core: Allow kernel filters on CPU eventsAlexander Shishkin
2017-02-10perf/core: Do error out on a kernel filter on an exclude_filter eventAlexander Shishkin
2017-02-10sched/core: Remove unlikely() annotation from sched_move_task()Steven Rostedt (VMware)
2017-02-10perf/core: Fix crash in perf_event_read()Peter Zijlstra
2017-02-10kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-02-09core: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2017-02-09config: android-base: enable hardened usercopy and kernel ASLRAmit Pundir
2017-02-09config: android-recommended: disable aio supportDaniel Micay
2017-02-09sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev
2017-02-09kernel/notifier.c: simplify expressionViresh Kumar
2017-02-09userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport
2017-02-09mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09uprobes: split THPs before trying to replace themKirill A. Shutemov
2017-02-09mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-09mm: enable section-unaligned devm_memremap_pages()Dan Williams
2017-02-09mm: introduce common definitions for the size and mask of a sectionDan Williams
2017-02-09mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams
2017-02-09userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov
2017-02-09kernel/watchdog.c: do not hardcode CPU 0 as the initial threadPrarit Bhargava
2017-02-09tracing: add __print_flags_u64()Ross Zwisler
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky