index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-20
powerpc: Add skeleton PowerNV platform
Benjamin Herrenschmidt
8
-0
/
+262
2011-09-20
powerpc/powernv: Don't clobber r9 in relative_toc()
Benjamin Herrenschmidt
1
-3
/
+3
2011-09-20
powerpc/pci: Call pcie_bus_configure_settings()
Benjamin Herrenschmidt
1
-0
/
+11
2011-09-20
powerpc/smp: More generic support for "soft hotplug"
Benjamin Herrenschmidt
2
-5
/
+26
2011-09-20
powerpc/udbg: Fix Kconfig entry for avoiding 44x early debug with KVM
Benjamin Herrenschmidt
1
-4
/
+3
2011-09-20
powerpc: Fix deadlock in icswx code
Anton Blanchard
1
-6
/
+6
2011-09-20
powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probe
Anton Blanchard
3
-5
/
+6
2011-09-20
powerpc: Coding style cleanups
Anton Blanchard
2
-10
/
+17
2011-09-20
powerpc: Use for_each_node_by_type instead of open coding it
Anton Blanchard
3
-8
/
+7
2011-09-20
powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nid
Anton Blanchard
1
-1
/
+2
2011-09-20
powerpc/numa: Remove duplicate RECLAIM_DISTANCE definition
Anton Blanchard
1
-10
/
+0
2011-09-20
powerpc/numa: Disable NEWIDLE balancing at node level
Anton Blanchard
1
-1
/
+1
2011-09-20
powerpc/numa: Increase SD_NODES_PER_DOMAIN to 32.
Anton Blanchard
1
-0
/
+6
2011-09-20
powerpc/numa: Enable SD_WAKE_AFFINE in node definition
Anton Blanchard
1
-1
/
+1
2011-09-20
Merge remote-tracking branch 'origin/master' into next
Benjamin Herrenschmidt
62
-152
/
+368
2011-09-20
powerpc/ps3: Add gelic udbg driver
Hector Martin
6
-0
/
+297
2011-09-20
powerpc/eeh: Fix /proc/ppc64/eeh creation
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2011-09-20
powerpc/xics: Add __init to marker icp_native_init()
Arnaud Lacombe
1
-1
/
+1
2011-09-20
powerpc/pseries: Avoid spurious error during hotplug CPU add
Anton Blanchard
1
-0
/
+4
2011-09-20
powerpc/mm: Fix the call trace when resumed from hibernation
Tang Yuantian
1
-1
/
+1
2011-09-20
powerpc/4xx/pci: Add __init annotations for *init_port_hw() functions.
Tony Breeds
1
-6
/
+6
2011-09-20
powerpc/wsp: Add MSI support for PCI on PowerEN
Michael Ellerman
5
-0
/
+175
2011-09-20
powerpc/wsp: Add PCIe Root support to PowerEN/WSP
Benjamin Herrenschmidt
6
-0
/
+1412
2011-09-20
powerpc/wsp: Fix Wire Speed Processor platform configs
Jimi Xenidis
1
-4
/
+4
2011-09-20
pseries/iommu: Add missing kfree
Julia Lawall
1
-2
/
+5
2011-09-20
powerpc/32: Pass device tree address as u64 to machine_init
Scott Wood
6
-56
/
+39
2011-09-20
powerpc/nvram: Add compression to fit more oops output into NVRAM
Jim Keniston
3
-9
/
+169
2011-09-20
powerpc: Fix build dependencies for epapr.c which needs libfdt.h
Matthew McClintock
1
-1
/
+1
2011-09-20
powerpc/mpic: Add support for discontiguous cores
Timur Tabi
2
-11
/
+15
2011-09-20
powerpc: Hugetlb for BookE
Becky Bruce
20
-106
/
+766
2011-09-20
serial/8250: Move UPIO_TSI to powerpc
Arnd Bergmann
1
-0
/
+25
2011-09-20
powerpc: Tidy up dma_map_ops after adding new hook
Milton Miller
4
-29
/
+29
2011-09-20
powerpc: Use the newly added get_required_mask dma_map_ops hook
Milton Miller
10
-34
/
+68
2011-09-16
Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen
Linus Torvalds
3
-9
/
+8
2011-09-15
asm alternatives: remove incorrect alignment notes
Linus Torvalds
3
-7
/
+0
2011-09-15
xen/i386: follow-up to "replace order-based range checking of M2P table by li...
Jan Beulich
1
-4
/
+2
2011-09-14
alpha, gpio: GENERIC_GPIO default must be n
Ben Hutchings
1
-1
/
+1
2011-09-14
um: fix strrchr() problems
Al Viro
1
-1
/
+1
2011-09-14
um: clean arch_ptrace() up a bit
Al Viro
5
-46
/
+31
2011-09-14
um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch
Al Viro
2
-14
/
+14
2011-09-14
um: fix free_winch() mess
Al Viro
1
-14
/
+24
2011-09-14
um: winch_interrupt() can happen inside of free_winch()
Al Viro
1
-2
/
+4
2011-09-14
um: fix oopsable race in line_close()
Al Viro
2
-13
/
+13
2011-09-14
um: Save FPU registers between task switches
Ingo van Lil
7
-5
/
+31
2011-09-14
um: drivers/xterm.c: fix a file descriptor leak
Jonathan Neuschäfer
1
-0
/
+1
2011-09-14
um: disable CMPXCHG_DOUBLE as it breaks UML build
Thadeu Lima de Souza Cascardo
1
-0
/
+4
2011-09-13
xen/e820: if there is no dom0_mem=, don't tweak extra_pages.
David Vrabel
1
-4
/
+6
2011-09-12
Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xen
Linus Torvalds
1
-2
/
+3
2011-09-12
Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
18
-18
/
+72
2011-09-12
Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-p...
Arnd Bergmann
1
-0
/
+3
[prev]
[next]