aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+7
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2-29/+21
2018-06-24time: Introduce struct __kernel_itimerspecDeepa Dinamani1-2/+2
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner1-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner1-5/+4
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+7
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-24Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-7/+15
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-3/+4
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet1-10/+12
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-22module: setup load info before module_sig_check()Jessica Yu1-34/+43
2018-06-22module: make it clear when we're handling the module copy in info->hdrJessica Yu1-21/+21
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre1-3/+3
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva1-5/+1
2018-06-21softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)1-1/+5
2018-06-21tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)1-1/+9
2018-06-21locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
2018-06-21sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing1-1/+0
2018-06-21kprobes: Replace %p with other pointer typesMasami Hiramatsu1-12/+10
2018-06-21kprobes: Show address of kprobes if kallsyms doesMasami Hiramatsu1-5/+9
2018-06-21kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu1-2/+10
2018-06-21kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-06-21perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder1-2/+2
2018-06-21sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie1-16/+15
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-06-21cpu/hotplug: Provide knobs to control SMTThomas Gleixner1-0/+170
2018-06-21cpu/hotplug: Split do_cpu_down()Thomas Gleixner1-9/+8
2018-06-21cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner1-2/+1
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra2-18/+13
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2-11/+3
2018-06-21kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu1-34/+5
2018-06-21kprobes: Remove jprobe API implementationMasami Hiramatsu2-171/+1
2018-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-15/+78
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra6-21/+21
2018-06-20sched/swait: Switch to full exclusive modePeter Zijlstra1-5/+17
2018-06-20sched/swait: Remove __prepare_to_swaitPeter Zijlstra1-1/+1
2018-06-20locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long1-0/+1
2018-06-20Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds11-0/+4344
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-3/+0
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs2-6/+6
2018-06-19audit: Fix extended comparison of GID/EGIDOndrej Mosnáček1-4/+4
2018-06-19audit: tie ANOM_ABEND records to syscallRichard Guy Briggs1-1/+1
2018-06-19audit: tie SECCOMP records to syscallRichard Guy Briggs1-1/+1
2018-06-19audit: allow other filter list types for AUDIT_EXEOndrej Mosnáček1-2/+5
2018-06-19sysinfo: Remove get_monotonic_boottime()Arnd Bergmann1-2/+2