summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+4
2021-08-10dm ima: measure data on table loadTushar Sugandhi2-1/+7
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-10netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal2-3/+2
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 Kicinski3-1/+19
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-10drm/tegra: Add new UAPI to headerMikko Perttunen1-23/+402
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-10dt-bindings: pinctrl: renesas: Add DT bindings for RZ/G2L pinctrlLad Prabhakar1-0/+23
2021-08-10fanotify: add pidfd support to the fanotify APIMatthew Bobrowski2-1/+15
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-10Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-2/+1
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 frag page recycling support in page poolYunsheng Lin1-0/+15
2021-08-10page_pool: add interface to manipulate frag count in page poolYunsheng Lin2-12/+52
2021-08-10page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2-10/+1
2021-08-10psample: Add a fwd declaration for skbuffRoi Dayan1-0/+2
2021-08-10workqueue: Fix typo in commentsCai Huoqing1-1/+1
2021-08-10net, bonding: Add XDP support to the bonding driverJussi Maki1-0/+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-09xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever1-0/+33
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever1-7/+34
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+16
2021-08-09SUNRPC: Record timeout value in xprt_retransmit tracepointChuck Lever1-2/+4
2021-08-09SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyChuck Lever1-5/+5
2021-08-09SUNRPC: Update trace flagsChuck Lever1-0/+3
2021-08-09SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsChuck Lever1-34/+0