summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-18dt-bindings: watchdog: Add rockchip,rk3576-wdt compatibleDetlev Casanova1-0/+1
2024-09-17tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit1-0/+1
2024-09-17tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-3/+3
2024-09-17selftests: tpm2: test_smoke: Run only when TPM2 is avaialable.Michal Suchanek1-0/+2
2024-09-17MAINTAINERS: Add selftest files to TPM sectionMichal Suchanek1-0/+1
2024-09-17tpm: Clean up TPM space after command failureJonathan McDowell2-0/+5
2024-09-17powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman3-8/+10
2024-09-17MAINTAINERS: powerpc: Add MaddyMichael Ellerman1-0/+1
2024-09-17MAINTAINERS: adjust file entry in INTEL MID PLATFORMLukas Bulwahn1-1/+1
2024-09-17riscv: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17arm64: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17x86: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes1-1/+1
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin1-0/+2
2024-09-17mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)1-2/+18
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)2-6/+13
2024-09-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-09-17zsmalloc: use unique zsmalloc caches namesSergey Senozhatsky1-6/+17
2024-09-17xen/swiotlb: fix allocated sizeJuergen Gross1-2/+2
2024-09-17xen/swiotlb: add alignment check for dma buffersJuergen Gross1-0/+6
2024-09-17smb: client: fix compression heuristic functionsEnzo Matsumiya1-50/+55
2024-09-17cifs: Update SFU comments about fifos and socketsPali Rohár3-6/+6
2024-09-17cifs: Add support for creating SFU symlinksPali Rohár5-29/+77
2024-09-16parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller1-0/+14
2024-09-16parisc: Use PRIV_USER instead of hardcoded valueHelge Deller1-1/+1
2024-09-16parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells1-2/+0
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells1-1/+1
2024-09-16pwm: stm32: Fix a typoAndrew Kreimer1-1/+1
2024-09-16dt-bindings: pwm: amlogic: Add new bindings for meson A1 PWMGeorge Stark1-0/+14
2024-09-16dt-bindings: pwm: amlogic: Add optional power-domainsGeorge Stark1-0/+3
2024-09-16pwm: Switch back to struct platform_driver::remove()Uwe Kleine-König14-14/+14
2024-09-16dt-bindings: pwm: allwinner,sun4i-a10-pwm: add top-level constraintsKrzysztof Kozlowski1-4/+5
2024-09-16pwm: axi-pwmgen: use shared macro for version regDavid Lechner1-2/+1
2024-09-16pwm: atmel-hlcdc: Drop trailing commaLiao Chen1-2/+2
2024-09-16pwm: atmel-hlcdc: Enable module autoloadingLiao Chen1-0/+1
2024-09-16pwm: omap-dmtimer: Use of_property_read_bool()Rob Herring (Arm)1-1/+1
2024-09-16pwm: adp5585: Set OSC_EN bit to 1 when PWM state is enabledLiu Ying1-0/+4
2024-09-16pwm: lp3943: Fix an incorrect type in lp3943_pwm_parse_dt()Jiapeng Chong1-2/+1
2024-09-16platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch but...Hans de Goede1-5/+5
2024-09-16selftests: vDSO: check cpu caps before running chacha testJason A. Donenfeld2-0/+30
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li4-16/+7
2024-09-15cifs: Recognize SFU socket typePali Rohár1-1/+5
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár1-0/+1
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár2-4/+4
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár1-0/+29
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár1-1/+1
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu1-1/+1
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu1-1/+1
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya4-463/+532