summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham
2023-06-05locking/atomic: parisc: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka
2023-05-26Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextHelge Deller
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextHelge Deller
2023-05-24parisc: Allow to reboot machine after system haltHelge Deller
2023-05-24parisc: Enable LOCKDEP supportHelge Deller
2023-05-24parisc: Add lightweight spinlock checksHelge Deller
2023-05-23parisc: Use num_present_cpus() in alternative patching codeHelge Deller
2023-05-22parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann
2023-05-15parisc: Switch to hotplug core state synchronizationThomas Gleixner
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-05-09parisc: kexec: include reboot.hSimon Horman
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-03parisc: Fix argument pointer in real64_call_asm()Helge Deller
2023-05-03parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin
2023-05-03parisc: Drop HP-UX constants and structs from grfioctl.hHelge Deller
2023-05-03parisc: Ensure page alignment in flush functionsHelge Deller
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli
2023-05-03parisc: Limit amount of kgdb breakpoints on pariscHelge Deller
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-20arch/parisc: Implement <asm/fb.h> with generic helpersThomas Zimmermann
2023-04-20arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann
2023-04-20arch/parisc: Remove trailing whitespacesThomas Zimmermann
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-09module: replace module_layout with module_memorySong Liu
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-02parisc: fix livelock in uaccessAl Viro
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman
2023-02-13char/agp: introduce asm-generic/agp.hMike Rapoport