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
/
failed-syscalls-by-pid.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-15
powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm
Aneesh Kumar K.V
2
-1
/
+39
2017-02-15
powerpc/mm/radix: Update pte update sequence for pte clear case
Aneesh Kumar K.V
1
-9
/
+3
2017-02-15
powerpc/mm: Update PROTFAULT handling in the page fault path
Aneesh Kumar K.V
2
-14
/
+39
2017-02-15
powerpc/xmon: Fix data-breakpoint
Ravi Bangoria
1
-1
/
+3
2017-02-15
powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=y
Michael Ellerman
1
-1
/
+7
2017-02-14
powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y
Michael Ellerman
1
-1
/
+1
2017-02-14
powerpc/mm: Fix build break with RADIX=y & HUGETLBFS=n
Michael Ellerman
2
-0
/
+8
2017-02-10
powerpc/pseries: Fix typo in parameter description
Wei Yongjun
1
-1
/
+1
2017-02-10
powerpc/kprobes: Remove kprobe_exceptions_notify()
Naveen N. Rao
1
-9
/
+0
2017-02-10
kprobes: Introduce weak variant of kprobe_exceptions_notify()
Naveen N. Rao
1
-0
/
+6
2017-02-10
powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNEL
Anton Blanchard
1
-2
/
+2
2017-02-10
powerpc/powernv: Fix opal_exit tracepoint opcode
Michael Ellerman
1
-1
/
+1
2017-02-10
powerpc: Add a prototype for mcount() so it can be versioned
Michael Ellerman
1
-0
/
+2
2017-02-10
powerpc: Drop GPL from of_node_to_nid() export to match other arches
Shailendra Singh
1
-1
/
+1
2017-02-10
powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
Anju T
2
-4
/
+11
2017-02-10
powerpc/kprobes: Implement Optprobes
Anju T
7
-1
/
+530
2017-02-10
powerpc/kprobes: Fixes for kprobe_lookup_name() on BE
Naveen N. Rao
1
-1
/
+2
2017-02-10
powerpc: Add helper to check if offset is within relative branch range
Anju T
2
-1
/
+24
2017-02-10
powerpc/bpf: Introduce __PPC_SH64()
Naveen N. Rao
2
-6
/
+6
2017-02-10
powerpc/pseries: Automatically resize HPT for memory hot add/remove
David Gibson
3
-0
/
+34
2017-02-10
powerpc/pseries: Advertise HPT resizing support via CAS
David Gibson
2
-1
/
+2
2017-02-10
powerpc/pseries: Add support for hash table resizing
David Gibson
3
-0
/
+143
2017-02-09
powerpc/pseries: Add hypercall wrappers for hash page table resizing
David Gibson
4
-2
/
+18
2017-02-09
Documentation: powerpc/fsl: Update compatible for l2cache binding
Chris Packham
1
-2
/
+40
2017-02-09
powerpc/opal-lpc: Remove unneeded include
Benjamin Herrenschmidt
1
-1
/
+0
2017-02-09
powerpc/opal-irqchip: Use interrupt names if present
Benjamin Herrenschmidt
1
-13
/
+42
2017-02-09
powerpc/powernv: Display the correct error info for CAPP errors.
Mahesh Salgaonkar
1
-1
/
+2
2017-02-09
powerpc/powernv: Add XHCI and USB storage to defconfig
Michael Neuling
1
-1
/
+2
2017-02-09
powerpc/64: Include bpf/bcc related config options in defconfigs
Naveen N. Rao
3
-0
/
+21
2017-02-07
m68k/mac: Replace via-maciisi driver with via-cuda driver
Finn Thain
8
-776
/
+30
2017-02-07
via-cuda: Add support for Egret system controller
Finn Thain
1
-21
/
+134
2017-02-07
via-cuda: Initialize data_index early and increment consistently
Finn Thain
1
-3
/
+3
2017-02-07
via-cuda: Use spinlock_irq_save/restore instead of enable/disable_irq
Finn Thain
1
-11
/
+5
2017-02-07
via-cuda: Avoid TREQ race condition
Finn Thain
1
-4
/
+3
2017-02-07
via-cuda: Fix re-initialization of reply_ptr and reading_reply
Finn Thain
1
-2
/
+2
2017-02-07
via-cuda: Prevent read buffer overflow
Finn Thain
1
-1
/
+7
2017-02-07
via-cuda: Add TREQ, TIP and TACK signal helpers
Finn Thain
1
-23
/
+53
2017-02-07
via-cuda: Remove redundant temporary variable
Finn Thain
1
-6
/
+2
2017-02-07
via-cuda: Cleanup printk calls
Finn Thain
1
-20
/
+6
2017-02-07
powerpc/powernv: Remove separate entry for OPAL real mode calls
Benjamin Herrenschmidt
6
-86
/
+46
2017-02-07
powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts
Nicholas Piggin
2
-1
/
+9
2017-02-07
powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask
Aneesh Kumar K.V
1
-0
/
+1
2017-02-07
powerpc/64s: Use (start, size) rather than (start, end) for exception handlers
Nicholas Piggin
2
-168
/
+185
2017-02-07
powerpc/64s: Tidy up after exception handler rework
Nicholas Piggin
2
-81
/
+81
2017-02-06
powerpc: Add new cache geometry aux vectors
Benjamin Herrenschmidt
4
-1
/
+58
2017-02-06
powerpc/64: Hard code cache geometry on POWER8
Benjamin Herrenschmidt
1
-2
/
+18
2017-02-06
powerpc/64: Add L2 and L3 cache shape info
Benjamin Herrenschmidt
2
-5
/
+23
2017-02-06
powerpc/64: Clean up ppc64_caches using a struct per cache
Benjamin Herrenschmidt
6
-122
/
+119
2017-02-06
powerpc/64: Retrieve number of L1 cache sets from device-tree
Benjamin Herrenschmidt
2
-2
/
+28
2017-02-06
powerpc/64: Fix naming of cache block vs. cache line
Benjamin Herrenschmidt
9
-68
/
+75
[next]