summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra1-6/+17
2021-08-17locking/rtmutex: Remove rt_mutex_is_locked()Peter Zijlstra1-11/+0
2021-08-17sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner1-2/+5
2021-08-17sched/core: Provide a scheduling point for RT locksThomas Gleixner1-0/+3
2021-08-17sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner1-0/+66
2021-08-17sched/wakeup: Reorganize the current::__state helpersThomas Gleixner1-25/+23
2021-08-17sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bitThomas Gleixner1-1/+3
2021-08-17locking/rtmutex: Set proper wait context for lockdepThomas Gleixner1-7/+12
2021-08-17locking/local_lock: Add missing owner initializationThomas Gleixner1-19/+23
2021-08-17Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar404-5044/+7573
2021-08-17power: supply: max17042_battery: more robust chip type checksSebastian Krzyszkowiak1-3/+6
2021-08-17power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak1-1/+1
2021-08-17power: supply: max17042_battery: clean up MAX17055_V_emptySebastian Krzyszkowiak1-1/+0
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein2-0/+5
2021-08-17iomap: constify iomap_iter_srcmapChristoph Hellwig1-1/+1
2021-08-17iomap: rework unshare flagChristoph Hellwig1-0/+1
2021-08-17iomap: remove iomap_applyChristoph Hellwig1-10/+0
2021-08-17iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig1-2/+2
2021-08-17iomap: add the new iomap_iter modelChristoph Hellwig1-0/+56
2021-08-17iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig1-1/+1
2021-08-17iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig1-1/+1
2021-08-17iomap: mark the iomap argument to iomap_sector constChristoph Hellwig1-2/+1
2021-08-17iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig1-3/+2
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko1-3/+0
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko3-4/+19
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko2-0/+6
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2-77/+107
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2-25/+38
2021-08-16notifier: Remove atomic_notifier_call_chain_robust()Valentin Schneider1-2/+0
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-2/+2
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig1-0/+12
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak1-0/+1
2021-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-4/+19
2021-08-16tracing: Fix a typo in tracepoint.hHuang Shijie1-1/+1
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-0/+2
2021-08-16Merge 5.14-rc6 into usb-nextGreg Kroah-Hartman9-9/+16
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman9-9/+16
2021-08-16Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-25/+26
2021-08-15Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+5
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven1-1/+0
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven1-2/+0
2021-08-15bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima1-1/+2
2021-08-15Merge tag 'iio-for-5.15a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-16/+16
2021-08-15remove the lightnvm subsystemChristoph Hellwig1-697/+0
2021-08-14thermal: Spelling s/scallbacks/callbacks/Geert Uytterhoeven1-1/+1
2021-08-14thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann1-2/+3
2021-08-14power: supply: core: Parse battery chemistry/technologyLinus Walleij1-0/+1
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig1-4/+5
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-20/+28
2021-08-14net: in_irq() cleanupChangbin Du1-1/+1