Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | x86/pci-calgary_64.c: Remove obsoleted simple_strtoul() usage | Shuah Khan | 2012-05-21 | 1 | -3/+5 | |
| | * | | | | | | | | x86: Don't continue booting if we can't load the specified initrd | Peter Jones | 2012-05-16 | 1 | -4/+3 | |
| | * | | | | | | | | x86: kernel/dumpstack.c simple_strtoul cleanup | Shuah Khan | 2012-05-15 | 1 | -2/+19 | |
| | * | | | | | | | | x86: kernel/check.c simple_strtoul cleanup | Shuah Khan | 2012-05-15 | 1 | -6/+14 | |
| | * | | | | | | | | debug: Add CONFIG_READABLE_ASM | Andi Kleen | 2012-03-30 | 2 | -0/+19 | |
| | * | | | | | | | | x86: spinlock.h: Remove REG_PTR_MODE | Richard Weinberger | 2012-03-30 | 1 | -2/+0 | |
| * | | | | | | | | | x86-64: Eliminate dead ia32 syscall handlers | Jan Beulich | 2012-05-08 | 1 | -23/+0 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2012-05-23 | 6 | -34/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | various Kconfig cleanup and old platform build code removal | Richard Kuo | 2012-05-22 | 2 | -22/+4 | |
| * | | | | | | | | | hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault | Kautuk Consul | 2012-05-22 | 1 | -5/+17 | |
| * | | | | | | | | | arch/hexagon/kernel/dma.c: make function static | Julia Lawall | 2012-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_t... | Jesper Juhl | 2012-05-22 | 1 | -2/+0 | |
| * | | | | | | | | | Hexagon: Use resource_size function | Thomas Meyer | 2012-05-22 | 1 | -4/+2 | |
* | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-05-23 | 85 | -1080/+7827 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | powerpc: Fix irq distribution | Kim Phillips | 2012-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | Revert "powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new P... | Benjamin Herrenschmidt | 2012-05-22 | 2 | -87/+6 | |
| * | | | | | | | | | | powerpc: Fixing a cputhread code documentation | Anshuman Khandual | 2012-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | powerpc/crypto: Enable the PFO-based encryption device | Kent Yoder | 2012-05-16 | 1 | -1/+2 | |
| * | | | | | | | | | | powerpc/crypto: Build files for the nx device driver | Kent Yoder | 2012-05-16 | 3 | -0/+29 | |
| * | | | | | | | | | | powerpc/crypto: debugfs routines and docs for the nx device driver | Kent Yoder | 2012-05-16 | 2 | -0/+148 | |
| * | | | | | | | | | | powerpc/crypto: SHA512 hash routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+265 | |
| * | | | | | | | | | | powerpc/crypto: SHA256 hash routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+246 | |
| * | | | | | | | | | | powerpc/crypto: AES-XCBC mode routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+236 | |
| * | | | | | | | | | | powerpc/crypto: AES-GCM mode routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+353 | |
| * | | | | | | | | | | powerpc/crypto: AES-ECB mode routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+139 | |
| * | | | | | | | | | | powerpc/crypto: AES-CTR mode routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+178 | |
| * | | | | | | | | | | powerpc/crypto: AES-CCM mode routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+468 | |
| * | | | | | | | | | | powerpc/crypto: AES-CBC mode routines for nx encryption | Kent Yoder | 2012-05-16 | 1 | -0/+141 | |
| * | | | | | | | | | | powerpc/crypto: nx driver code supporting nx encryption | Kent Yoder | 2012-05-16 | 3 | -0/+1114 | |
| * | | | | | | | | | | powerpc/pseries: Enable the PFO-based RNG accelerator | Kent Yoder | 2012-05-14 | 1 | -1/+7 | |
| * | | | | | | | | | | powerpc/pseries/hwrng: PFO-based hwrng driver | Kent Yoder | 2012-05-14 | 3 | -0/+110 | |
| * | | | | | | | | | | powerpc/pseries: Add PFO support to the VIO bus | Kent Yoder | 2012-05-14 | 2 | -39/+280 | |
| * | | | | | | | | | | powerpc/pseries: Add pseries update notifier for OFDT prop changes | Kent Yoder | 2012-05-14 | 2 | -0/+19 | |
| * | | | | | | | | | | powerpc/pseries: Add new hvcall constants to support PFO | Kent Yoder | 2012-05-14 | 1 | -2/+23 | |
| * | | | | | | | | | | powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrac... | K.Prasad | 2012-05-14 | 2 | -6/+87 | |
| * | | | | | | | | | | powerpc/pseries: Support lower minimum entitlement for virtual processors | Robert Jennings | 2012-05-14 | 1 | -2/+6 | |
| * | | | | | | | | | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2012-05-14 | 275 | -1545/+2621 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'jwb/next' into next | Benjamin Herrenschmidt | 2012-05-10 | 5 | -24/+252 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | powerpc/40x: Use {upper,lower}_32_bits for msi_phys | Josh Boyer | 2012-05-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | | powerpc/44x: Add PCI MSI node for Maui APM821xx SoC and Bluestone board in DTS | Mai La | 2012-05-03 | 1 | -0/+25 | |
| | * | | | | | | | | | | | powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board | Mai La | 2012-05-03 | 2 | -14/+30 | |
| | * | | | | | | | | | | | powerpc/47x: Enable CRASH_DUMP | Suzuki Poulose | 2012-05-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | powerpc/47x: Kernel support for KEXEC | Suzuki Poulose | 2012-05-03 | 2 | -7/+190 | |
| | * | | | | | | | | | | | powerpc/44x: Fix/Initialize PID to kernel PID before the TLB search | Suzuki Poulose | 2012-05-03 | 1 | -2/+6 | |
| * | | | | | | | | | | | | powerpc: Remove now unused _TIF_RUNLATCH | Tiejun Chen | 2012-05-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | | powerpc/windfarm: Fix crash on SMU based machine after i2c conversion | Benjamin Herrenschmidt | 2012-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2012-05-09 | 15 | -104/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | powerpc/windfarm: don't pass const strings to snprintf | Stephen Rothwell | 2012-05-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | powerpc/windfarm: fix compiler warning | Stephen Rothwell | 2012-05-03 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | powerpc: Remove old powerpc specific ptrace getregs/setregs calls | Anton Blanchard | 2012-04-30 | 3 | -80/+0 |