index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
selftests/powerpc: Move pkey helpers to headers
Sandipan Das
3
-98
/
+114
2020-07-29
powerpc/pseries: Add KVM guest doorbell restrictions
Nicholas Piggin
5
-41
/
+53
2020-07-29
powerpc/pseries: Use doorbells even if XIVE is available
Nicholas Piggin
1
-18
/
+36
2020-07-29
powerpc: Inline doorbell sending functions
Nicholas Piggin
3
-58
/
+63
2020-07-29
powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28
Athira Rajeev
1
-1
/
+2
2020-07-27
powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=y
Michael Ellerman
1
-1
/
+3
2020-07-27
powerpc/powernv/pci.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/smu.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/reg.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/ppc_asm.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/hw_breakpoint.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/epapr_hcalls.h: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-07-27
powerpc/cputime.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/book3s/radix-4k.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/book3s/mmu-hash.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-27
powerpc/lib: remove memcpy_flushcache redundant return
Li RongQing
2
-4
/
+2
2020-07-27
powerpc/ptdump: Refactor update of pg_state
Christophe Leroy
1
-14
/
+20
2020-07-27
powerpc/ptdump: Refactor update of st->last_pa
Christophe Leroy
1
-4
/
+1
2020-07-27
powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWX
Christophe Leroy
3
-10
/
+14
2020-07-27
powerpc/32s: Kernel space starts at TASK_SIZE
Christophe Leroy
2
-7
/
+7
2020-07-27
powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSET
Christophe Leroy
2
-3
/
+9
2020-07-27
powerpc/32s: Only leave NX unset on segments used for modules
Christophe Leroy
1
-3
/
+14
2020-07-27
powerpc: Use MODULES_VADDR if defined
Christophe Leroy
2
-0
/
+17
2020-07-27
powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space
Christophe Leroy
1
-1
/
+1
2020-07-27
powerpc/papr_scm: Make some symbols static
Wei Yongjun
1
-2
/
+2
2020-07-27
powerpc/64s: allow for clang's objdump differences
Bill Wendling
1
-1
/
+4
2020-07-27
powerpc: Implement smp_cond_load_relaxed()
Nicholas Piggin
1
-0
/
+16
2020-07-27
powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hint
Nicholas Piggin
2
-1
/
+29
2020-07-27
powerpc/pseries: Implement paravirt qspinlocks for SPLPAR
Nicholas Piggin
7
-2
/
+118
2020-07-27
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
7
-0
/
+56
2020-07-26
powerpc: Move spinlock implementation to simple_spinlock
Nicholas Piggin
4
-295
/
+311
2020-07-26
powerpc/pseries: Move some PAPR paravirt functions to their own file
Nicholas Piggin
3
-29
/
+66
2020-07-26
powerpc/numa: Limit possible nodes to within num_possible_nodes
Srikar Dronamraju
1
-3
/
+4
2020-07-26
macintosh/via-macii: Clarify definition of macii_init()
Finn Thain
1
-1
/
+1
2020-07-26
macintosh/via-macii: Use the stack for reset request storage
Finn Thain
1
-1
/
+1
2020-07-26
macintosh/via-macii: Use unsigned type for autopoll_devs variable
Finn Thain
1
-2
/
+2
2020-07-26
macintosh/via-macii: Use bool type for reading_reply variable
Finn Thain
1
-5
/
+5
2020-07-26
macintosh/via-macii: Handle poll replies correctly
Finn Thain
1
-2
/
+18
2020-07-26
macintosh/via-macii: Remove read_done state
Finn Thain
1
-42
/
+28
2020-07-26
macintosh/via-macii: Handle /CTLR_IRQ signal correctly
Finn Thain
1
-69
/
+97
2020-07-26
macintosh/via-macii: Poll the device most likely to respond
Finn Thain
1
-46
/
+53
2020-07-26
macintosh/via-macii: Access autopoll_devs when inside lock
Finn Thain
1
-6
/
+3
2020-07-26
macintosh/adb-iop: Implement SRQ autopolling
Finn Thain
2
-6
/
+27
2020-07-26
macintosh/adb-iop: Implement sending -> idle state transition
Finn Thain
1
-4
/
+3
2020-07-26
macintosh/adb-iop: Implement idle -> sending state transition
Finn Thain
1
-19
/
+24
2020-07-26
macintosh/adb-iop: Resolve static checker warnings
Finn Thain
1
-7
/
+7
2020-07-26
macintosh/adb-iop: Access current_req and adb_iop_state when inside lock
Finn Thain
1
-8
/
+5
2020-07-26
macintosh/adb-iop: Adopt bus reset algorithm from via-macii driver
Finn Thain
1
-13
/
+8
2020-07-26
macintosh/adb-iop: Correct comment text
Finn Thain
1
-16
/
+13
2020-07-26
macintosh/adb-iop: Remove dead and redundant code
Finn Thain
1
-29
/
+0
[next]