summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney4-27/+23
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+4
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-1/+1
2021-08-10cpu/hotplug: Fix comment typoJohn Garry1-1/+1
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner1-1/+0
2021-08-10timerfd: Provide timerfd_resume()Thomas Gleixner1-0/+2
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner1-5/+0
2021-08-10virtio: Protect vqs list accessParav Pandit1-0/+1
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker1-1/+6
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker1-1/+3
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker1-0/+6
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-1/+18
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+4
2021-08-10writeback: make the laptop_mode prototypes available unconditionallyChristoph Hellwig1-5/+0
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen1-1/+5
2021-08-10gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen1-2/+4
2021-08-10gpu: host1x: Add job release callbackMikko Perttunen1-0/+4
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen1-0/+9
2021-08-10gpu: host1x: Add DMA fence implementationMikko Perttunen1-0/+2
2021-08-10fanotify: add pidfd support to the fanotify APIMatthew Bobrowski1-1/+2
2021-08-10fanotify: introduce a generic info record copying helperMatthew Bobrowski1-0/+2
2021-08-10kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski1-0/+1
2021-08-10dma-buf: Fix a few typos in dma-buf documentationGal Pressman1-5/+5
2021-08-10PCI/MSI: Rename msi_desc::maskedThomas Gleixner1-2/+6
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner1-2/+0
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-0/+2
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2-1/+2
2021-08-10bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song1-2/+2
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann1-0/+1
2021-08-10net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-2/+1
2021-08-10mm: Add kvrealloc()Dave Chinner1-0/+2
2021-08-10page_pool: add interface to manipulate frag count in page poolYunsheng Lin1-5/+13
2021-08-10page_pool: keep pp info as long as page pool owns the pageYunsheng Lin1-3/+1
2021-08-10workqueue: Fix typo in commentsCai Huoqing1-1/+1
2021-08-10net, core: Add support for XDP redirection to slave deviceJussi Maki2-1/+18
2021-08-09SUNRPC: Fix potential memory corruptionTrond Myklebust1-0/+1
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust1-1/+2
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+16
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann1-1/+1
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray1-10/+10
2021-08-09counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray1-6/+6
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig2-2/+1
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig2-3/+1
2021-08-09block: add a queue_has_disk helperChristoph Hellwig1-0/+1
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig1-6/+0
2021-08-09block: support delayed holder registrationChristoph Hellwig1-0/+5
2021-08-09block: look up holders by bdevChristoph Hellwig2-4/+3
2021-08-09block: make the block holder code optionalChristoph Hellwig2-3/+3
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe1-11/+11