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