index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
6
-2
/
+116
2020-07-27
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
6
-0
/
+54
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/adb-iop: Implement SRQ autopolling
Finn Thain
1
-0
/
+1
2020-07-26
powerpc/perf: Initialize power10 PMU registers in cpu setup routine
Athira Rajeev
1
-4
/
+15
2020-07-26
powerpc/powernv/sriov: Remove vfs_expanded
Oliver O'Halloran
2
-9
/
+3
2020-07-26
powerpc/powernv/sriov: Make single PE mode a per-BAR setting
Oliver O'Halloran
2
-69
/
+73
2020-07-26
powerpc/powernv/sriov: Refactor M64 BAR setup
Oliver O'Halloran
1
-30
/
+27
2020-07-26
powerpc/powernv/sriov: Move M64 BAR allocation into a helper
Oliver O'Halloran
1
-11
/
+20
2020-07-26
powerpc/powernv/sriov: De-indent setup and teardown
Oliver O'Halloran
2
-41
/
+49
2020-07-26
powerpc/powernv/sriov: Drop iov->pe_num_map[]
Oliver O'Halloran
2
-88
/
+28
2020-07-26
powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()
Oliver O'Halloran
2
-9
/
+34
2020-07-26
powerpc/powernv/sriov: Factor out M64 BAR setup
Oliver O'Halloran
1
-29
/
+100
2020-07-26
powerpc/powernv/sriov: Simplify used window tracking
Oliver O'Halloran
2
-36
/
+22
2020-07-26
powerpc/powernv/sriov: Rename truncate_iov
Oliver O'Halloran
1
-5
/
+6
2020-07-26
powerpc/powernv/sriov: Explain how SR-IOV works on PowerNV
Oliver O'Halloran
1
-0
/
+130
2020-07-26
powerpc/powernv/sriov: Move SR-IOV into a separate file
Oliver O'Halloran
5
-655
/
+736
2020-07-26
powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 window
Oliver O'Halloran
1
-30
/
+25
2020-07-26
powerpc/powernv/pci: Add explicit tracking of the DMA setup state
Oliver O'Halloran
2
-19
/
+36
2020-07-26
powerpc/powernv/pci: Always tear down DMA windows on PE release
Oliver O'Halloran
1
-27
/
+3
2020-07-26
powerpc/powernv/pci: Add pci_bus_to_pnvhb() helper
Oliver O'Halloran
3
-74
/
+38
2020-07-26
powerpc/eeh: Move PE tree setup into the platform
Oliver O'Halloran
4
-64
/
+103
2020-07-26
powerpc/eeh: Drop pdn use in eeh_pe_tree_insert()
Oliver O'Halloran
1
-8
/
+7
2020-07-26
powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
Oliver O'Halloran
7
-15
/
+15
2020-07-26
powerpc/eeh: Remove class code field from edev
Oliver O'Halloran
3
-6
/
+3
2020-07-26
powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_log
Oliver O'Halloran
1
-10
/
+4
2020-07-26
powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
Oliver O'Halloran
5
-64
/
+68
2020-07-26
powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()
Oliver O'Halloran
4
-7
/
+5
2020-07-26
powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()
Oliver O'Halloran
4
-12
/
+7
2020-07-26
powerpc/eeh: Remove VF config space restoration
Oliver O'Halloran
4
-99
/
+7
2020-07-26
powerpc/eeh: Kill off eeh_ops->get_pe_addr()
Oliver O'Halloran
3
-25
/
+11
2020-07-26
powerpc/pseries: Stop using pdn->pe_number
Oliver O'Halloran
1
-6
/
+4
2020-07-26
powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev
Oliver O'Halloran
4
-8
/
+9
2020-07-26
powerpc/eeh: Remove eeh_dev.c
Oliver O'Halloran
4
-61
/
+21
2020-07-26
powerpc/eeh: Remove eeh_dev_phb_init_dynamic()
Oliver O'Halloran
5
-18
/
+5
2020-07-26
powerpc/watchpoint: Remove 512 byte boundary
Ravi Bangoria
1
-2
/
+3
2020-07-26
powerpc/watchpoint: Return available watchpoints dynamically
Ravi Bangoria
2
-3
/
+6
2020-07-26
powerpc/watchpoint: Guest support for 2nd DAWR hcall
Ravi Bangoria
5
-4
/
+13
[next]