summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x86, relocs: Ignore relocations in .notes sectionKees Cook2024-03-261-0/+8
* ACPI: scan: Fix device check notification handlingRafael J. Wysocki2024-03-261-6/+2
* ARM: dts: arm: realview: Fix development chip ROM compatible valueGeert Uytterhoeven2024-03-261-1/+1
* wifi: brcmsmac: avoid function pointer castsArnd Bergmann2024-03-263-5/+5
* iommu/amd: Mark interrupt as managedMario Limonciello2024-03-261-0/+3
* bus: tegra-aconnect: Update dependency to ARCH_TEGRAPeter Robinson2024-03-261-2/+3
* ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()Armin Wolf2024-03-261-0/+2
* wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu2024-03-261-2/+11
* af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima2024-03-261-1/+1
* sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet2024-03-261-5/+5
* wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan2024-03-261-3/+0
* wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu2024-03-261-1/+2
* wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu2024-03-261-6/+7
* b43: main: Fix use true/false for bool typeSaurav Girepunje2024-03-261-3/+3
* wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu2024-03-261-3/+3
* wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2024-03-262-2/+18
* b43: dma: Fix use true/false for bool type variableSaurav Girepunje2024-03-261-2/+2
* wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo2024-03-261-0/+4
* timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber2024-03-261-4/+2
* timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber2024-03-261-8/+10
* timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber2024-03-261-1/+1
* aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2024-03-262-6/+7
* md: Don't clear MD_CLOSING when the raid is about to stopLi Nan2024-03-261-4/+10
* md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2024-03-261-31/+31
* block: add a new set_read_only methodChristoph Hellwig2024-03-262-0/+6
* md: switch to ->check_events for media change notificationsChristoph Hellwig2024-03-264-23/+10
* fs/select: rework stack allocation hack for clangArnd Bergmann2024-03-262-5/+1
* do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich2024-03-261-1/+1
* crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu2024-03-264-8/+15
* crypto: af_alg - make some functions staticEric Biggers2024-03-262-20/+7
* crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2024-03-262-12/+1
* ASoC: wm8962: Fix up incorrect error message in wm8962_set_fllStuart Henderson2024-03-261-1/+1
* ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono modeStuart Henderson2024-03-261-9/+14
* ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSCStuart Henderson2024-03-261-0/+4
* Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König2024-03-261-6/+4
* ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tabletAlban Boyé2024-03-261-0/+12
* firewire: core: use long bus reset on gap count errorTakashi Sakamoto2024-03-261-1/+13
* Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu2024-03-261-1/+1
* scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar2024-03-261-1/+3
* dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-03-262-4/+4
* block: sed-opal: handle empty atoms when parsing responseGreg Joyce2024-03-262-1/+6
* net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev2024-03-261-2/+2
* MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang2024-03-261-0/+1
* x86/xen: Add some null pointer checking to smp.cKunwu Chan2024-03-261-0/+12
* ASoC: rt5645: Make LattePanda board DMI match more preciseHans de Goede2024-03-261-0/+10
* Linux 4.19.310v4.19.310Sasha Levin2024-03-151-1/+1
* selftests/vm: fix map_hugetlb length used for testing read and writeChristophe Leroy2024-03-151-7/+7
* selftests/vm: fix display of page size in map_hugetlbChristophe Leroy2024-03-151-1/+1
* getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-03-151-3/+13
* getrusage: use __for_each_thread()Oleg Nesterov2024-03-151-3/+1