index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-28
powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systems
Desnes A. Nunes do Rosario
1
-1
/
+3
2020-02-26
powerpc/32: drop get_pteptr()
Christophe Leroy
3
-42
/
+7
2020-02-26
powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
Christophe Leroy
7
-12
/
+23
2020-02-26
powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardirqs_off()
Christophe Leroy
1
-8
/
+3
2020-02-24
scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabled
Diego Elio Pettenò
13
-13
/
+0
2020-02-24
powerpc: Include .BTF section
Naveen N. Rao
1
-0
/
+6
2020-02-24
powerpc/watchpoint: Don't call dar_within_range() for Book3S
Ravi Bangoria
1
-5
/
+7
2020-02-20
mm/memremap_pages: Introduce memremap_compat_align()
Dan Williams
2
-0
/
+22
2020-02-19
powerpc/32s: Slenderize _tlbia() for powerpc 603/603e
Christophe Leroy
1
-5
/
+8
2020-02-19
powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable
Libor Pechacek
2
-6
/
+6
2020-02-19
powerpc: Don't use thread struct for saving SRR0/1 on syscall.
Christophe Leroy
1
-9
/
+7
2020-02-19
powerpc/32: Warn and return ENOSYS on syscalls from kernel
Christophe Leroy
3
-8
/
+40
2020-02-19
powerpc/32s: Don't flush all TLBs when flushing one page
Christophe Leroy
1
-2
/
+5
2020-02-19
powerpc/fadump: sysfs for fadump memory reservation
Sourabh Jain
1
-0
/
+9
2020-02-19
powerpc/powernv: Move core and fadump_release_opalcore under new kobject
Sourabh Jain
1
-15
/
+40
2020-02-19
powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs files
Sourabh Jain
1
-34
/
+85
2020-02-19
powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()
Christophe Leroy
1
-2
/
+0
2020-02-19
powerpc/papr_scm: Mark papr_scm_ndctl() as static
Vaibhav Jain
1
-2
/
+3
2020-02-19
powerpc/pseries/Makefile: Remove CONFIG_PPC_PSERIES check
Oliver O'Halloran
1
-2
/
+0
2020-02-19
powerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES
Oliver O'Halloran
1
-2
/
+0
2020-02-19
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
Christophe Leroy
1
-2
/
+2
2020-02-18
powerpc/xmon: Fix whitespace handling in getstring()
Oliver O'Halloran
1
-0
/
+5
2020-02-18
powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACK
Christophe Leroy
1
-0
/
+8
2020-02-18
powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK
Christophe Leroy
1
-2
/
+7
2020-02-18
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
7
-45
/
+212
2020-02-18
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
Gustavo Luiz Duarte
3
-28
/
+39
2020-02-17
powerpc/papr_scm: Switch to numa_map_to_online_node()
Dan Williams
1
-20
/
+1
2020-02-17
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss
Christophe Leroy
1
-1
/
+1
2020-02-17
powerpc/hugetlb: Fix 8M hugepages on 8xx
Christophe Leroy
1
-0
/
+5
2020-02-17
powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size
Christophe Leroy
1
-11
/
+18
2020-02-17
powerpc/eeh: Fix deadlock handling dead PHB
Sam Bobroff
1
-10
/
+11
2020-02-14
powerpc: Drop using struct of_pci_range.pci_space field
Rob Herring
1
-1
/
+1
2020-02-14
context-tracking: Introduce CONFIG_HAVE_TIF_NOHZ
Frederic Weisbecker
1
-0
/
+1
2020-02-11
perf/core: Add new branch sample type for HW index of raw branch records
Kan Liang
1
-0
/
+1
2020-02-09
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2020-02-08
Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-5
/
+7
2020-02-08
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
12
-280
/
+6
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-8
/
+3
2020-02-08
powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+1
2020-02-08
powerpc/futex: Fix incorrect user access blocking
Michael Ellerman
1
-4
/
+6
2020-02-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-02-06
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Christoph Hellwig
1
-1
/
+0
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
129
-1070
/
+1615
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
9
-101
/
+100
2020-02-04
asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
1
-1
/
+1
2020-02-04
asm-generic/tlb: rename HAVE_RCU_TABLE_FREE
Peter Zijlstra
1
-1
/
+1
2020-02-04
mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush
Peter Zijlstra
2
-1
/
+11
2020-02-04
powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
Aneesh Kumar K.V
5
-26
/
+1
[prev]
[next]