| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-10 | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/ |  Martin KaFai Lau | 1 | -1/+1 |
| 2022-03-10 | bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro |  Martin KaFai Lau | 1 | -5/+5 |
| 2022-03-10 | task_work: Introduce task_work_pending |  Eric W. Biederman | 2 | -2/+7 |
| 2022-03-10 | task_work: Remove unnecessary include from posix_timers.h |  Eric W. Biederman | 1 | -1/+0 |
| 2022-03-10 | ptrace: Remove tracehook_signal_handler |  Eric W. Biederman | 1 | -17/+0 |
| 2022-03-10 | ptrace: Remove arch_syscall_{enter,exit}_tracehook |  Eric W. Biederman | 1 | -41/+2 |
| 2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h |  Eric W. Biederman | 3 | -54/+54 |
| 2022-03-10 | ptrace: Move ptrace_report_syscall into ptrace.h |  Eric W. Biederman | 2 | -26/+27 |
| 2022-03-10 | arch_topology: obtain cpu capacity using information from CPPC |  Ionela Voinescu | 1 | -0/+4 |
| 2022-03-10 | ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device |  Ilkka Koskinen | 1 | -0/+13 |
| 2022-03-10 | dm: simplify dm_sumbit_bio_remap interface |  Mike Snitzer | 1 | -1/+1 |
| 2022-03-10 | arm64: Add gcc Shadow Call Stack support |  Dan Li | 1 | -0/+4 |
| 2022-03-10 | mm: slab: Delete unused SLAB_DEACTIVATED flag |  Xiongwei Song | 1 | -3/+0 |
| 2022-03-10 | io_uring: add support for registering ring file descriptors |  Jens Axboe | 1 | -1/+4 |
| 2022-03-10 | dma-mapping: benchmark: extract a common header file for map_benchmark definition |  Tian Tao | 1 | -0/+31 |
| 2022-03-09 | ptp: idt82p33: use rsmu driver to access i2c/spi bus |  Min Li | 1 | -0/+3 |
| 2022-03-09 | drivers/nvdimm: Add perf interface to expose nvdimm performance stats |  Kajol Jain | 1 | -0/+24 |
| 2022-03-09 | drivers/nvdimm: Add nvdimm pmu structure |  Kajol Jain | 1 | -0/+20 |
| 2022-03-09 | net/mlx5: DR, Add support for ConnectX-7 steering |  Yevgeny Kliteynik | 1 | -0/+1 |
| 2022-03-09 | net/mlx5: DR, Add support for matching on Internet Header Length (IHL) |  Yevgeny Kliteynik | 1 | -1/+4 |
| 2022-03-09 | net/mlx5: Add debugfs counters for page commands failures |  Moshe Shemesh | 1 | -0/+3 |
| 2022-03-09 | net/mlx5: Add pages debugfs |  Moshe Shemesh | 1 | -3/+6 |
| 2022-03-09 | net/mlx5: Move debugfs entries to separate struct |  Moshe Shemesh | 1 | -7/+10 |
| 2022-03-09 | net/mlx5: Change release_all_pages cap bit location |  Moshe Shemesh | 1 | -1/+2 |
| 2022-03-09 | net/mlx5: Add command failures data to debugfs |  Moshe Shemesh | 1 | -0/+9 |
| 2022-03-09 | net/mlx5e: SHAMPO, reduce TIR indication |  Ben Ben-Ishay | 1 | -1/+0 |
| 2022-03-09 | net/mlx5: Fix size field in bufferx_reg struct |  Mohammad Kabat | 1 | -2/+2 |
| 2022-03-09 | block: add ->poll_bio to block_device_operations |  Ming Lei | 1 | -0/+2 |
| 2022-03-09 | clk: qcom: smd: Add missing RPM clocks for msm8992/4 |  Konrad Dybcio | 1 | -0/+1 |
| 2022-03-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec |  David S. Miller | 1 | -0/+2 |
| 2022-03-09 | kasan: fix a missing header include of static_keys.h |  Joey Gouly | 1 | -0/+2 |
| 2022-03-09 | skb: make drop reason booleanable |  Jakub Kicinski | 1 | -0/+1 |
| 2022-03-08 | blk-mq: manage hctx map via xarray |  Ming Lei | 2 | -3/+2 |
| 2022-03-08 | fs: remove fs.f_write_hint |  Christoph Hellwig | 1 | -9/+0 |
| 2022-03-08 | fs: remove kiocb.ki_hint |  Christoph Hellwig | 1 | -12/+0 |
| 2022-03-08 | prlimit: do not grab the tasklist_lock |  Barret Rhoden | 1 | -1/+1 |
| 2022-03-08 | prlimit: make do_prlimit() static |  Barret Rhoden | 1 | -2/+0 |
| 2022-03-08 | ipc: Store ipc sysctls in the ipc namespace |  Alexey Gladkov | 1 | -0/+21 |
| 2022-03-08 | ipc: Store mqueue sysctls in the ipc namespace |  Alexey Gladkov | 1 | -4/+12 |
| 2022-03-08 | coredump: Use the vma snapshot in fill_files_note |  Eric W. Biederman | 1 | -0/+2 |
| 2022-03-08 | PM: sleep: Add device name to suspend_report_result() |  Youngjin Jang | 1 | -4/+4 |
| 2022-03-08 | coredump: Snapshot the vmas in do_coredump |  Eric W. Biederman | 1 | -3/+3 |
| 2022-03-08 | coredump: Move definition of struct coredump_params into coredump.h |  Eric W. Biederman | 2 | -13/+12 |
| 2022-03-08 | Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -0/+5 |
| 2022-03-08 | Merge tag 'at91-soc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/drivers |  Arnd Bergmann | 1 | -0/+4 |
| 2022-03-08 | mm: vmalloc: introduce array allocation functions |  Paolo Bonzini | 1 | -0/+5 |
| 2022-03-08 | Merge branch 'for-next/perf-m1' into for-next/perf |  Will Deacon | 1 | -0/+2 |
| 2022-03-08 | drivers/perf: arm_pmu: Handle 47 bit counters |  Marc Zyngier | 1 | -0/+2 |
| 2022-03-08 | net: phy: exported the genphy_read_master_slave function |  Arun Ramadoss | 1 | -0/+1 |
| 2022-03-08 | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'x86/vt-d' and 'x86/amd' into next |  Joerg Roedel | 4 | -171/+70 |