aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-05genirq/timings: Remove variance computation codeDaniel Lezcano1-250/+2
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd1-0/+4
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov1-1/+1
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov1-3/+15
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov1-0/+16
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov1-0/+9
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2-3/+3
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang1-0/+1
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-19/+31
2019-04-04acct_on(): don't mess with freeze protectionAl Viro1-2/+2
2019-04-04cgroup: remove extra cgroup_migrate_finish() callShakeel Butt1-4/+1
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)1-3/+6
2019-04-04bpf: increase verifier log limitAlexei Starovoitov1-1/+1
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2-2/+2
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov2-6/+12
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov1-7/+7
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov1-0/+9
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov1-3/+41
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov1-24/+52
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long1-5/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long4-346/+2
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long2-0/+132
2019-04-03sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing1-2/+2
2019-04-03sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)1-1/+1
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2-12/+12
2019-04-03sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)2-2/+2
2019-04-03locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra1-8/+13
2019-04-03x86/uaccess, kcov: Disable stack protectorPeter Zijlstra1-0/+1
2019-04-03x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra1-0/+4
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra1-1/+0
2019-04-03perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks1-1/+1
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu4-124/+348
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi1-2/+9
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi1-102/+104
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi1-6/+27
2019-04-02tracing: Add tracing error logTom Zanussi2-0/+222
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi2-24/+51
2019-04-02ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing1-1/+1
2019-04-02cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf1-25/+39
2019-04-02PM / sleep: Measure the time of filesystems syncingHarry Pan1-2/+7
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan4-16/+16
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn1-9/+4
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+18
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+31
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov1-21/+54
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-2/+13
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov1-0/+4