Age | Commit message (Expand) | Author | Files | Lines |
2009-01-16 | Merge branch 'misc' into release | Len Brown | 2 | -2/+2 |
2009-01-16 | kprobes: check CONFIG_FREEZER instead of CONFIG_PM | Masami Hiramatsu | 2 | -2/+2 |
2009-01-16 | powerpc: Get the number of SLBs from "slb-size" property | Michael Neuling | 1 | -0/+5 |
2009-01-16 | powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slices | Dave Kleikamp | 1 | -1/+10 |
2009-01-16 | powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpc | Stephen Rothwell | 7 | -42/+42 |
2009-01-16 | powerpc/ps3: ps3_repository_read_mm_info() takes u64 * arguments | Stephen Rothwell | 1 | -9/+8 |
2009-01-16 | powerpc/ps3: clear_bit()/set_bit() operate on unsigned longs | Stephen Rothwell | 1 | -1/+3 |
2009-01-16 | powerpc/ps3: The lv1_ routines have u64 parameters | Stephen Rothwell | 4 | -26/+36 |
2009-01-16 | powerpc/ps3: Use dma_addr_t down through the stack | Stephen Rothwell | 3 | -21/+23 |
2009-01-16 | powerpc/ps3: set_dabr() takes an unsigned long | Stephen Rothwell | 1 | -1/+1 |
2009-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -11/+0 |
2009-01-16 | alpha: make pte_alloc_one_kernel() inline | Ivan Kokshaysky | 2 | -8/+6 |
2009-01-16 | alpha: .gitignore vmlinux.lds | Ivan Kokshaysky | 1 | -0/+1 |
2009-01-16 | alpha: fix RTC on marvel | Ivan Kokshaysky | 8 | -14/+87 |
2009-01-16 | alpha: nautilus - fix hang on boot | Ivan Kokshaysky | 1 | -0/+4 |
2009-01-16 | alpha: nautilus - fix compile failure with gcc-4.3 | Ivan Kokshaysky | 1 | -0/+2 |
2009-01-16 | Revert "x86 PAT: remove CPA WARN_ON for zero pte" | Linus Torvalds | 2 | -38/+17 |
2009-01-15 | [IA64] SN specific version of dma_get_required_mask() | John Keller | 6 | -0/+45 |
2009-01-15 | [IA64] generic_defconfig: Enable SATA_VITESSE | Brent Casavant | 1 | -1/+1 |
2009-01-15 | [IA64] dump stack on kernel unaligned warnings | Doug Chapman | 1 | -1/+5 |
2009-01-15 | [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCK | Tony Luck | 1 | -0/+1 |
2009-01-15 | [IA64] Update to use account_{steal,idle}_ticks | Isaku Yamahata | 1 | -2/+2 |
2009-01-15 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 45 | -136/+486 |
2009-01-15 | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 33 | -78/+88 |
2009-01-15 | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 32 | -39/+0 |
2009-01-15 | cris: introduce asm/swab.h | Harvey Harrison | 6 | -45/+44 |
2009-01-14 | [CVE-2009-0029] s390 specific system call wrappers | Heiko Carstens | 6 | -44/+50 |
2009-01-14 | [CVE-2009-0029] s390: enable system call wrappers | Heiko Carstens | 1 | -0/+1 |
2009-01-14 | [CVE-2009-0029] powerpc: Enable syscall wrappers for 64-bit | Benjamin Herrenschmidt | 1 | -0/+1 |
2009-01-14 | [CVE-2009-0029] System call wrapper infrastructure | Heiko Carstens | 1 | -0/+3 |
2009-01-14 | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 14 | -21/+20 |
2009-01-14 | [CVE-2009-0029] Rename old_readdir to sys_old_readdir | Heiko Carstens | 13 | -13/+13 |
2009-01-14 | sparc64: Fix UP build failure. | David S. Miller | 1 | -11/+0 |
2009-01-14 | powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/ | Anton Vorontsov | 3 | -0/+221 |
2009-01-14 | powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-Boots | Anton Vorontsov | 1 | -2/+2 |
2009-01-14 | powerpc/e500mc: Doorbells need to be taken w/exceptions disabled | Kumar Gala | 1 | -1/+1 |
2009-01-14 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -44/+87 |
2009-01-14 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 6 | -111/+6 |
2009-01-13 | x86 PAT: remove CPA WARN_ON for zero pte | venkatesh.pallipadi@intel.com | 2 | -17/+38 |
2009-01-13 | x86 PAT: return compatible mapping to remap_pfn_range callers | venkatesh.pallipadi@intel.com | 1 | -15/+28 |
2009-01-13 | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param | venkatesh.pallipadi@intel.com | 1 | -3/+3 |
2009-01-13 | x86 PAT: consolidate old memtype new memtype check into a function | venkatesh.pallipadi@intel.com | 2 | -11/+20 |
2009-01-13 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |
2009-01-13 | powerpc: Enable PS3 options and QPACE in ppc64_defconfig | Michael Ellerman | 1 | -1/+25 |
2009-01-13 | powerpc/powermac: Fix occasional SMP boot failure | Benjamin Herrenschmidt | 2 | -1/+10 |
2009-01-13 | powerpc/cacheinfo: Rename cache_dir per-cpu variable | Nathan Lynch | 1 | -5/+5 |
2009-01-13 | powerpc: Cleanup from l64 to ll64 change: arch code | Stephen Rothwell | 4 | -8/+8 |
2009-01-13 | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar | 17 | -56/+60 |
2009-01-13 | powerpc/kexec: Check crash_base for relocatable kernel | Milton Miller | 1 | -0/+25 |
2009-01-13 | powerpc: Make dummy section a valid note header | Milton Miller | 1 | -1/+3 |