Sign in
android-kvm
/
linux
/
66883da1eee8ad4b38eeff7fa1c86a097d9670fc
/
arch
/
powerpc
/
platforms
/
cell
6b1200f
powerpc: remove nargs from __SYSCALL
by Firoz Khan
· 6 years ago
d0055df
Merge branch 'topic/dma' into next
by Michael Ellerman
· 6 years ago
0617fc0
powerpc/dma: remove set_dma_offset
by Christoph Hellwig
· 6 years ago
68005b67
powerpc/dma: use the generic direct mapping bypass
by Christoph Hellwig
· 6 years ago
7c1013b
powerpc/dma: remove get_pci_dma_ops
by Christoph Hellwig
· 6 years ago
ba767b5
powerpc/cell: use the generic iommu bypass code
by Christoph Hellwig
· 6 years ago
cc9c156d
powerpc/cell: move dma direct window setup out of dma_configure
by Christoph Hellwig
· 6 years ago
45a202a
powerpc/cell: Remove duplicate header
by Sabyasachi Gupta
· 6 years ago
00def71
powerpc/spufs: use struct_size() in kmalloc()
by Gustavo A. R. Silva
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
1953031
Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
af7ddd8
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
2c8e65b
powerpc: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
ab66dcc
powerpc: generate uapi header and system call table files
by Firoz Khan
· 6 years ago
d11e3d3
powerpc/iommu: remove the mapping_error dma_map_ops method
by Christoph Hellwig
· 6 years ago
e5480bd
powerpc: Use device_type helpers to access the node type
by Rob Herring
· 6 years ago
eb01d42
PCI: consolidate PCI config entry in drivers/pci
by Christoph Hellwig
· 6 years ago
345671e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
8508cf3
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
by Johannes Weiner
· 6 years ago
685f7e4
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
719736e
powerpc: remove redundant 'default n' from Kconfig-s
by Bartlomiej Zolnierkiewicz
· 6 years ago
b9ef7b4
powerpc: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 7 years ago
8c8933e
powerpc/cell: Use irq_of_parse_and_map() helper
by Rob Herring
· 7 years ago
f383d8b
signal/powerpc: Use force_sig_fault where appropriate
by Eric W. Biederman
· 6 years ago
6ada4e2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 7 years ago
badf436
powerpc/Makefiles: Convert ifeq to ifdef where possible
by Rodrigo R. Galvao
· 7 years ago
5c35a02
powerpc: clean the inclusion of stringify.h
by Christophe Leroy
· 7 years ago
c90fca9
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
e807f02c
powerpc/cell/spufs: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
454d7ef
powerpc/syscalls: Add COMPAT_SPU_NEW() macro
by Michael Ellerman
· 7 years ago
4c392e6
powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE
by Al Viro
· 7 years ago
3691d61
powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINE
by Al Viro
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
9a1015b
proc: fix /proc/loadavg regression
by Alexey Dobriyan
· 7 years ago
f437c51
Merge branch 'topic/paca' into next
by Michael Ellerman
· 7 years ago
d2e6007
powerpc/64: Use array of paca pointers and allocate pacas individually
by Nicholas Piggin
· 7 years ago
a0828cf
powerpc: Use sizeof(*foo) rather than sizeof(struct foo)
by Markus Elfring
· 8 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
03f51d4
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
57ad583f
powerpc: Use octal numbers for file permissions
by Russell Currey
· 8 years ago
cef37ac
powerpc/spufs: use timespec64 for timestamps
by Arnd Bergmann
· 7 years ago
9625e69
powerpc: make use of for_each_node_by_type() instead of open-coding it
by Dmitry Torokhov
· 8 years ago
2d9d6f6
powerpc: rename dma_direct_ to dma_nommu_
by Christoph Hellwig
· 7 years ago
0aa8ff9b
powerpc: Use of for_each_node_by_name() instead of open-coding it
by Dmitry Torokhov
· 8 years ago
8153a5e
ppc: annotate ->poll() instances
by Al Viro
· 8 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
95846ec
pid: replace pid bitmap implementation with IDR API
by Gargi Sharma
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
bac65d9
Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
b7c670d
powerpc: Convert to using %pOF instead of full_name
by Rob Herring
· 8 years ago
3b49c9a
fs: convert a pile of fsync routines to errseq_t based reporting
by Jeff Layton
· 8 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
a66ca41
spufs: Implement show_options
by David Howells
· 8 years ago
d691b7e
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
218ea31
Merge branch 'fixes' into next
by Michael Ellerman
· 8 years ago
7eb8a7a
powerpc/cell: use the dma_supported method for ops switching
by Christoph Hellwig
· 8 years ago
228a5e1
powerpc/cell: clean up fixed mapping dma_ops initialization
by Christoph Hellwig
· 8 years ago
6009faa
powerpc: implement ->mapping_error
by Christoph Hellwig
· 8 years ago
c642af9
powerpc/smp: Convert NR_CPUS to nr_cpu_ids
by Santosh Sivaraj
· 8 years ago
f8d0d5d
powerpc/smp: Do not BUG_ON if invalid CPU during kick
by Santosh Sivaraj
· 8 years ago
99acc9b
powerpc/spufs: Fix coredump of SPU contexts
by Michael Ellerman
· 8 years ago
d75e491
powerpc/spufs: Fix hash faults for kernel regions
by Jeremy Kerr
· 8 years ago
ddd703c
powerpc: Add NMI IPI infrastructure
by Nicholas Piggin
· 8 years ago
6e83985
powerpc/cbe: Do not process external or decremeter interrupts from sreset
by Nicholas Piggin
· 8 years ago
7644d58
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
by Michael Ellerman
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
4f17722
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
0c98d34
sched/core: Remove the tsk_cpus_allowed() wrapper
by Ingo Molnar
· 8 years ago
b286ced
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
ac1820f
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
7d7be3a
powerpc/spufs: Get rid of broken fasync stuff
by Al Viro
· 9 years ago
5657933
treewide: Move dma_ops from struct dev_archdata into struct device
by Bart Van Assche
· 8 years ago
5299709
treewide: Constify most dma_map_ops structures
by Bart Van Assche
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
de39981
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
1a29d85
mm: use vmf->address instead of of vmf->virtual_address
by Jan Kara
· 8 years ago
3359672
powerpc: Make selects of IBM_EMAC_* depend on IBM_EMAC
by Michael Ellerman
· 8 years ago
577ec78
powerpc/cell: Drop select of MEMORY_HOTPLUG
by Michael Ellerman
· 8 years ago
da66588
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
by Thiago Jung Bauermann
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
ef24ba7
powerpc: Remove all usages of NO_IRQ
by Michael Ellerman
· 8 years ago
7c98bd7
powerpc/sparse: Make a bunch of things static
by Daniel Axtens
· 8 years ago
bc42f1d
powerpc/cell: Drop unused iic_get_irq_host()
by Daniel Axtens
· 8 years ago
54a94fc
powerpc/cell: Add missing error code in spufs_mkgang()
by Dan Carpenter
· 9 years ago
2cfd716
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 9 years ago
b92a226
powerpc: Move cpu_has_feature() to a separate file
by Kevin Hao
· 9 years ago
bad60e6
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
406b0b6
powerpc/64: Move 64-bit probe_machine() to later in the boot process
by Benjamin Herrenschmidt
· 9 years ago
166dd7d
powerpc/64: Move MMU backend selection out of platform code
by Benjamin Herrenschmidt
· 9 years ago
69a94d8
powerpc/cell: Don't use flat device-tree after boot
by Benjamin Herrenschmidt
· 9 years ago
027dfac
powerpc: Various typo fixes
by Michael Ellerman
· 9 years ago
Next »