summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-10rtc: rx8025: clear RTC_FEATURE_ALARM when alarm are not supportedAlexandre Belloni
2021-11-10rtc: rx8025: set rangeAlexandre Belloni
2021-11-10rtc: rx8025: let the core handle the alarm resolutionAlexandre Belloni
2021-11-10rtc: rx8025: switch to devm_rtc_allocate_deviceAlexandre Belloni
2021-11-10rtc: ab8500: let the core handle the alarm resolutionAlexandre Belloni
2021-11-10rtc: ab-eoz9: support UIE when availableAlexandre Belloni
2021-11-10rtc: ab-eoz9: use RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni
2021-11-10rtc: rv3032: let the core handle the alarm resolutionAlexandre Belloni
2021-11-10rtc: s35390a: let the core handle the alarm resolutionAlexandre Belloni
2021-11-10rtc: handle alarms with a minute resolutionAlexandre Belloni
2021-11-10rtc: pcf85063: silence cppcheck warningAlexandre Belloni
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-10rtc: rv8803: fix writing back ctrl in flag registerDominique Martinet
2021-11-09drm/amd/display: Add callbacks for DMUB HPD IRQ notificationsNicholas Kazlauskas
2021-11-09drm/amd/display: Don't lock connection_mutex for DMUB HPDNicholas Kazlauskas
2021-11-09drm/amd/display: Add comment where CONFIG_DRM_AMD_DC_DCN macro endsAnson Jacob
2021-11-09drm/amdkfd: Fix retry fault drain race conditionsFelix Kuehling
2021-11-09drm/amdkfd: lower the VAs base offset to 8KBAlex Sierra
2021-11-09drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptlyShirish S
2021-11-09drm/amd/amdgpu: fix the kfd pre_reset sequence in sriovshaoyunl
2021-11-09drm/amdgpu: fix uvd crash on Polaris12 during driver unloadingEvan Quan
2021-11-09block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki
2021-11-09block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'io_uring-5.16-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-11-09Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul
2021-11-09ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand
2021-11-09scripts/gdb: handle split debug for vmlinuxDouglas Anderson
2021-11-09kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior
2021-11-09kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior
2021-11-09Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior
2021-11-09Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior
2021-11-09sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin
2021-11-09kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai
2021-11-09seq_file: fix passing wrong private dataMuchun Song
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko