summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-08-17tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook
2022-08-17tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)
2022-08-17tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen
2022-08-17tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu
2022-08-17tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2022-08-17ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki
2022-08-17block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-08-17spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-17mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König
2022-08-17kfifo: fix kfifo_to_user() return typeDan Carpenter
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet
2022-08-179p: Drop kref usageKent Overstreet
2022-08-179p: fix a bunch of checkpatch warningsDominique Martinet
2022-08-17iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou
2022-08-17soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart
2022-08-17clk: qcom: gcc-msm8939: Add missing SYSTEM_MM_NOC_BFDCD_CLK_SRCBryan O'Donoghue
2022-08-17scsi: iscsi: Fix session removal on shutdownMike Christie
2022-08-17scsi: iscsi: Add helper to remove a session from the kernelMike Christie
2022-08-17memremap: remove support for external pgmap refcountsChristoph Hellwig
2022-08-17netfilter: xtables: Bring SPDX identifier backThomas Gleixner
2022-08-17net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning
2022-08-17ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-08-17inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-08-17can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol
2022-08-17ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein
2022-08-17drm/bridge: Add a function to abstract away panelsMaxime Ripard
2022-08-17rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney
2022-08-17net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet
2022-08-17drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann
2022-08-17drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2022-08-17drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()Thomas Zimmermann
2022-08-17x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra
2022-08-17ACPI: VIOT: Fix ACS setupEric Auger
2022-08-17ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-08-17wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-08-17USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang
2022-08-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-08-17mbcache: add functions to delete entry if unusedJan Kara
2022-08-17fix short copy handling in copy_mc_pipe_to_iter()Al Viro
2022-08-17lockd: detect and reject lock arguments that overflowJeff Layton
2022-08-17add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka
2022-08-11block: fix default IO priority handling againJan Kara
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-08-03ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan
2022-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang