summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2016-08-10sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta-1/+1
2016-08-10perf/core: Optimize perf_pmu_sched_task()Peter Zijlstra-19/+24
2016-08-10perf/x86/intel: Rework the large PEBS setup codePeter Zijlstra-0/+4
2016-08-10perf/core: Sched out groups atomicallyMark Rutland-0/+4
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros-18/+36
2016-08-10perf/core: Fix sideband list-iteration vs. event ordering NULL pointer defere...Peter Zijlstra-5/+18
2016-08-09cpuset: make sure new tasks conform to the current config of the cpusetZefan Li-0/+15
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds-43/+11
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf-1/+4
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier-0/+11
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman-0/+1
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman-0/+19
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman-0/+1
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman-5/+30
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman-4/+22
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman-21/+39
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman-26/+103
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman-11/+75
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler-2/+0
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman-3/+116
2016-08-08userns: Free user namespaces in process contextEric W. Biederman-3/+11
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe-3/+3
2016-08-06bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov-11/+73
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+3
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-23/+105
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron-0/+53
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada-5/+5
2016-08-04modules: add ro_after_init supportJessica Yu-13/+55
2016-08-04jump_label: disable preemption around __module_text_address().Rusty Russell-1/+4
2016-08-04modules: Add kernel parameter to blacklist modulesPrarit Bhargava-0/+24
2016-08-04module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt-1/+1
2016-08-03bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski-1/+2
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-7/+11
2016-08-02config: add android config fragmentsRob Herring-0/+273
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel-2/+32
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang-0/+17
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik-1/+7
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai-9/+4
2016-08-02kexec: allow architectures to override boot mappingRussell King-14/+15
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King-3/+3
2016-08-02kexec: ensure user memory sizes do not wrapRussell King-0/+2
2016-08-02kexec: return error number directlyMinfei Huang-10/+6
2016-08-02kernel/exit.c: quieten greatest stack depth printkAnton Blanchard-1/+1
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov-8/+141
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig-1/+1
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky-6/+19
2016-08-02printk: create pr_<level> functionsJoe Perches-11/+45
2016-08-02printk: do not include interrupt.hSergey Senozhatsky-1/+0
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt-0/+1