aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-06-13trace: rename kernel enum section to evalJeremy Linton2-5/+5
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore1-13/+23
2017-06-13printk: add __printf attributes to internal functionsNicolas Iooss1-5/+5
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes1-2/+0
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig1-2/+2
2017-06-13nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker1-2/+4
2017-06-13Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar20-2300/+1248
2017-06-13genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-06-12audit: style fixDerek Robson1-14/+14
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner1-0/+13
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner1-0/+2
2017-06-12cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann1-24/+0
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd2-3/+3
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe20-126/+131
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki1-3/+0
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman23-142/+156
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2017-06-11sched/fair: Fix typo in printk messageMarcin Nowakowski1-1/+1
2017-06-10bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann1-2/+2
2017-06-10bpf: reset id on CONST_IMM transitionDaniel Borkmann1-0/+2
2017-06-10bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann1-0/+2
2017-06-10bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann1-4/+6
2017-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller20-126/+131
2017-06-10Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2017-06-10Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+8
2017-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2017-06-09rt_sigtimedwait(): move compat to nativeAl Viro2-33/+35
2017-06-09put_compat_rusage(): switch to copy_to_user()Al Viro1-19/+21
2017-06-09sigpending(): move compat to nativeAl Viro2-23/+12
2017-06-09getrlimit()/setrlimit(): move compat to nativeAl Viro2-38/+48
2017-06-09times(2): move compat to nativeAl Viro2-25/+27
2017-06-09compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro1-53/+28
2017-06-09block: switch bios to blk_status_tChristoph Hellwig2-9/+9
2017-06-09config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FSRoberto Pereira1-0/+2
2017-06-09config: android-base: add CGROUP_BPFChenbo Feng1-0/+1
2017-06-09config: android-base: add CONFIG_MODULES optionGreg Kroah-Hartman1-1/+3
2017-06-09config: android-base: add CONFIG_IKCONFIG optionGreg Kroah-Hartman1-0/+2
2017-06-09config: android-recommended: enable CONFIG_CPU_SW_DOMAIN_PANSami Tolvanen1-1/+2
2017-06-09config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLEMax Shi1-0/+2
2017-06-09config: android-recommended: enable CONFIG_ARM64_SW_TTBR0_PANSami Tolvanen1-0/+1
2017-06-09config: android-recommended: enable fstack-protector-strongJeff Vander Stoep1-0/+1
2017-06-09Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar3-9/+8
2017-06-08rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney3-96/+19
2017-06-08rcu: Remove event tracing from Tiny RCUPaul E. McKenney1-6/+0
2017-06-08rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney1-0/+82
2017-06-08rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney1-0/+242
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2-27/+4
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney5-597/+1
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney4-702/+0