summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-31s390/mm/ptdump: Improve sorting of markersHeiko Carstens
2024-07-31s390/mm/ptdump: Add support for relocated lowcore mappingHeiko Carstens
2024-07-31s390/mm/ptdump: Fix handling of identity mapping areaHeiko Carstens
2024-07-31s390/cio: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-07-31s390/alternatives: Remove unused empty header fileHeiko Carstens
2024-07-31s390/fpu: Re-add exception handling in load_fpu_state()Heiko Carstens
2024-07-31ALSA: usb-audio: Correct surround channels in UAC1 channel mapTakashi Iwai
2024-07-31ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai
2024-07-31ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai
2024-07-31ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai
2024-07-31ALSA: ump: Explicitly reset RPN with Null RPNTakashi Iwai
2024-07-31ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai
2024-07-31perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei
2024-07-31jump_label: Fix the fix, brown paper bags galorePeter Zijlstra
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner
2024-07-31Merge branch 'thermal-intel'Rafael J. Wysocki
2024-07-31thermal: trip: Avoid skipping trips in thermal_zone_set_trips()Rafael J. Wysocki
2024-07-31Revert "ALSA: firewire-lib: operate for period elapse event in process context"Edmund Raile
2024-07-31Revert "ALSA: firewire-lib: obsolete workqueue for period update"Edmund Raile
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-30Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds
2024-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-30net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski
2024-07-30net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa
2024-07-30Merge tag 'chrome-platform-fixes-for-v6.11-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-30irqchip/mbigen: Fix mbigen node address layoutYipeng Zou
2024-07-30minmax: improve macro expansion and type checkingLinus Torvalds
2024-07-30net: mvpp2: Don't re-use loop iteratorDan Carpenter
2024-07-30thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada
2024-07-30thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada
2024-07-30thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada
2024-07-30drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Nikita Zhandarovich
2024-07-30drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroSuraj Kandpal
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-07-30x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter
2024-07-30io_uring: remove unused local list heads in NAPI functionsOlivier Langlois
2024-07-30io_uring: keep multishot request NAPI timeout currentOlivier Langlois
2024-07-30platform/chrome: cros_ec_proto: Lock device when updating MKBP versionPatryk Duda
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe
2024-07-30Merge branch 'mptcp-fix-inconsistent-backup-usage'Paolo Abeni
2024-07-30selftests: mptcp: join: check backup support in signal endpMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)
2024-07-30selftests: mptcp: join: validate backup in MPJMatthieu Baerts (NGI0)
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)