summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra
2021-08-17locking/rtmutex: Remove rt_mutex_is_locked()Peter Zijlstra
2021-08-17sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner
2021-08-17sched/core: Provide a scheduling point for RT locksThomas Gleixner
2021-08-17sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner
2021-08-17sched/wakeup: Reorganize the current::__state helpersThomas Gleixner
2021-08-17sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bitThomas Gleixner
2021-08-17locking/rtmutex: Set proper wait context for lockdepThomas Gleixner
2021-08-17locking/local_lock: Add missing owner initializationThomas Gleixner
2021-08-17Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar
2021-08-17power: supply: max17042_battery: more robust chip type checksSebastian Krzyszkowiak
2021-08-17power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak
2021-08-17power: supply: max17042_battery: clean up MAX17055_V_emptySebastian Krzyszkowiak
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein
2021-08-16iomap: constify iomap_iter_srcmapChristoph Hellwig
2021-08-16iomap: rework unshare flagChristoph Hellwig
2021-08-16iomap: remove iomap_applyChristoph Hellwig
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
2021-08-16iomap: add the new iomap_iter modelChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_sector constChristoph Hellwig
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-16notifier: Remove atomic_notifier_call_chain_robust()Valentin Schneider
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak
2021-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-08-16tracing: Fix a typo in tracepoint.hHuang Shijie
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg
2021-08-16Merge 5.14-rc6 into usb-nextGreg Kroah-Hartman
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman
2021-08-16Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-08-15Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven
2021-08-15bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima
2021-08-15Merge tag 'iio-for-5.15a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-08-14remove the lightnvm subsystemChristoph Hellwig
2021-08-14thermal: Spelling s/scallbacks/callbacks/Geert Uytterhoeven
2021-08-14thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann
2021-08-14power: supply: core: Parse battery chemistry/technologyLinus Walleij
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-13net: in_irq() cleanupChangbin Du