index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
1
-0
/
+2
2020-11-30
signal/parisc: Remove parisc specific definition of __ARCH_UAPI_SA_FLAGS
Eric W. Biederman
1
-2
/
+0
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-1
/
+1
2020-11-23
signal: clear non-uapi flag bits when passing/returning sa_flags
Peter Collingbourne
1
-0
/
+2
2020-11-23
arch: move SA_* definitions to generic headers
Peter Collingbourne
1
-13
/
+0
2020-11-23
parisc: start using signal-defs.h
Peter Collingbourne
1
-12
/
+1
2020-11-23
parisc: Drop parisc special case for __sighandler_t
Helge Deller
1
-8
/
+0
2020-11-23
parisc: Remove bogus __IRQ_STAT macro
Thomas Gleixner
1
-1
/
+0
2020-11-20
parisc: Enable seccomp architecture tracking
YiFei Zhu
2
-1
/
+22
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
1
-3
/
+5
2020-11-11
parisc/uapi: Use Kbuild logic to provide <asm/types.h>
Geert Uytterhoeven
1
-7
/
+0
2020-11-11
parisc: Make user stack size configurable
Helge Deller
2
-7
/
+23
2020-11-11
parisc: Use _TIF_USER_WORK_MASK in entry.S
Helge Deller
1
-2
/
+2
2020-11-11
parisc: Drop loops_per_jiffy from per_cpu struct
Helge Deller
2
-4
/
+2
2020-11-09
parisc: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2
-2
/
+5
2020-11-06
highmem: Get rid of kmap_types.h
Thomas Gleixner
1
-13
/
+0
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
1
-1
/
+1
2020-11-06
kprobes/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
1
-3
/
+13
2020-10-30
parisc: use legacy_timer_tick
Arnd Bergmann
2
-7
/
+4
2020-10-27
parisc: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
1
-6
/
+6
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
4
-6
/
+6
2020-10-25
Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-9
/
+87
2020-10-23
parisc: Add wrapper syscalls to fix O_NONBLOCK flag usage
Helge Deller
2
-7
/
+78
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2020-10-22
parisc: Improve error return codes when setting rtc time
Helge Deller
1
-2
/
+9
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+1
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
1
-0
/
+1
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
1
-3
/
+1
2020-10-15
Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
19
-68
/
+116
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-8
/
+2
2020-10-15
parisc: Add MAP_UNINITIALIZED define
Helge Deller
1
-0
/
+1
2020-10-15
parisc: Improve spinlock handling
John David Anglin
1
-10
/
+13
2020-10-15
parisc: Install vmlinuz instead of zImage file
Helge Deller
1
-1
/
+1
2020-10-15
parisc: Rewrite tlb flush threshold calculation
John David Anglin
1
-10
/
+8
2020-10-15
parisc: Switch to more fine grained lws locks
John David Anglin
2
-7
/
+7
2020-10-15
parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()
John David Anglin
2
-10
/
+10
2020-10-15
parisc: Fix comments and enable interrupts later
John David Anglin
1
-7
/
+7
2020-10-15
parisc: Add alternative patching to synchronize_caches define
John David Anglin
1
-1
/
+5
2020-10-15
parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()
Helge Deller
1
-0
/
+18
2020-10-15
parisc: disable CONFIG_IDE in defconfigs
Christoph Hellwig
2
-9
/
+3
2020-10-15
parisc: Drop useless comments in uapi/asm/signal.h
Helge Deller
1
-2
/
+2
2020-10-15
parisc: Define O_NONBLOCK to become 000200000
Helge Deller
2
-3
/
+3
2020-10-15
parisc: Drop HP-UX specific fcntl and signal flags
Helge Deller
2
-5
/
+1
2020-10-15
parisc: Avoid external interrupts when IPI finishes
Helge Deller
1
-3
/
+6
2020-10-15
parisc: Add qemu fw_cfg interface
Helge Deller
2
-0
/
+31
2020-10-13
Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+0
2020-10-12
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+5
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-45
/
+0
[prev]
[next]