summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-03bpf: don't allow create maps of cgroup local storagesRoman Gushchin
2018-08-03bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin
2018-08-03bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin
2018-08-03bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu
2018-08-02kernel/module: Use kmemdup to replace kmalloc+memcpyzhong jiang
2018-08-02stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla
2018-08-02tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva
2018-08-01ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)
2018-08-01ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)
2018-08-01ftrace: Add missing check for existing hwlat threadErica Bugden
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik
2018-07-31Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-30tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu
2018-07-30audit: fix potential null dereference 'context->module.name'Yi Wang
2018-07-30cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha
2018-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin
2018-07-30Merge back cpufreq material for 4.19.Rafael J. Wysocki
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-27tracing: preemptirq_delay_run() can be statickbuild test robot
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy