index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2021-11-01
Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+13
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2
-11
/
+3
2021-11-01
Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
42
-320
/
+617
2021-11-01
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+2
2021-11-01
Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-15
/
+0
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+2
2021-11-01
parisc: Fix set_fixmap() on PA1.x CPUs
Helge Deller
1
-4
/
+1
2021-11-01
parisc: Use swap() to swap values in setup_bootmem()
Yihao Han
1
-5
/
+1
2021-11-01
parisc: Update defconfigs
Helge Deller
2
-16
/
+14
2021-11-01
parisc: decompressor: clean up Makefile
Masahiro Yamada
1
-4
/
+3
2021-11-01
parisc: decompressor: remove repeated depenency of misc.o
Masahiro Yamada
1
-2
/
+0
2021-11-01
parisc: Remove unused constants from asm-offsets.c
Helge Deller
1
-5
/
+0
2021-11-01
parisc/ftrace: use static key to enable/disable function graph tracer
Sven Schnelle
1
-3
/
+6
2021-11-01
parisc/ftrace: set function trace function
Sven Schnelle
1
-7
/
+5
2021-11-01
parisc: Make use of the helper macro kthread_run()
Cai Huoqing
1
-3
/
+1
2021-11-01
parisc: mark xchg functions notrace
Sven Schnelle
1
-6
/
+6
2021-11-01
parisc: enhance warning regarding usage of O_NONBLOCK
Helge Deller
2
-4
/
+7
2021-11-01
parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers
Helge Deller
8
-31
/
+0
2021-11-01
parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.h
Helge Deller
1
-3
/
+3
2021-11-01
parisc: Use PRIV_USER in syscall.S
Helge Deller
1
-2
/
+2
2021-11-01
parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
Sven Schnelle
1
-2
/
+17
2021-11-01
parisc: Move thread_info into task struct
Helge Deller
14
-100
/
+105
2021-11-01
parisc: add support for TOC (transfer of control)
Sven Schnelle
6
-2
/
+222
2021-11-01
parisc/firmware: add functions to retrieve TOC data
Sven Schnelle
2
-0
/
+34
2021-11-01
parisc: add PIM TOC data structures
Sven Schnelle
1
-0
/
+22
2021-11-01
parisc: move virt_map macro to assembly.h
Sven Schnelle
2
-24
/
+25
2021-11-01
parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
Sven Schnelle
1
-7
/
+14
2021-11-01
parisc: Fix ptrace check on syscall return
Helge Deller
1
-1
/
+1
2021-10-30
parisc: Use PRIV_USER instead of 3 in entry.S
Helge Deller
1
-6
/
+6
2021-10-30
parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.h
Helge Deller
1
-7
/
+1
2021-10-30
parisc: Allocate task struct with stack frame alignment
Helge Deller
1
-1
/
+2
2021-10-30
parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.h
Helge Deller
1
-0
/
+7
2021-10-30
parisc: fix warning in flush_tlb_all
Sven Schnelle
1
-2
/
+2
2021-10-30
parisc: disable preemption in send_IPI_allbutself()
Sven Schnelle
1
-1
/
+3
2021-10-30
parisc: fix preempt_count() check in entry.S
Sven Schnelle
1
-2
/
+2
2021-10-30
parisc: deduplicate code in flush_cache_mm() and flush_cache_range()
Sven Schnelle
1
-51
/
+30
2021-10-30
parisc: disable preemption during local tlb flush
Sven Schnelle
1
-0
/
+6
2021-10-30
parisc: Add KFENCE support
Helge Deller
3
-2
/
+52
2021-10-30
parisc: Switch to ARCH_STACKWALK implementation
Helge Deller
2
-17
/
+15
2021-10-30
parisc: make parisc_acctyp() available outside of faults.c
Helge Deller
2
-1
/
+2
2021-10-30
parisc/unwind: use copy_from_kernel_nofault()
Sven Schnelle
1
-1
/
+2
2021-10-30
locking: Remove spin_lock_flags() etc
Arnd Bergmann
1
-15
/
+0
2021-10-27
ftrace: disable preemption when recursion locked
王贇
1
-2
/
+0
2021-10-18
mm: Add flush_dcache_folio()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2
-5
/
+2
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+0
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-5
/
+0
2021-10-08
Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2021-10-07
firmware: include drivers/firmware/Kconfig unconditionally
Arnd Bergmann
1
-2
/
+0
[next]