summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-28sh: Prevent leaking of CONFIG_SUPERH32 to userspace in asm/unistd.h.Khem Raj1-3/+11
2008-07-28sh: fix seq_file memory leakLi Zefan2-2/+2
2008-07-28powerpc: Disable 64K hugetlb support when doing 64K SPU mappingsBenjamin Herrenschmidt1-1/+8
2008-07-28powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2-27/+89
2008-07-28powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt1-1/+11
2008-07-28powerpc/mm: Implement _PAGE_SPECIAL & pte_special() for 64-bitNick Piggin3-2/+6
2008-07-28powerpc: Show processor cache information in sysfsNathan Lynch1-0/+309
2008-07-28powerpc: Make core id information available to userspaceNathan Lynch3-0/+25
2008-07-28powerpc: Make core sibling information available to userspaceNathan Lynch3-0/+66
2008-07-28powerpc/vio: More fallout from dma_mapping_error API changeStephen Rothwell1-1/+1
2008-07-28ibmveth: Fix multiple errors with dma_mapping_error conversionStephen Rothwell1-4/+4
2008-07-28powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell1-2/+6
2008-07-28powerpc: Enable tracehook for the architectureRoland McGrath1-0/+1
2008-07-28powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath5-8/+20
2008-07-28powerpc: Add asm/syscall.h with the tracehook entry pointsRoland McGrath2-0/+85
2008-07-28powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath3-27/+34
2008-07-28powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath1-1/+7
2008-07-28powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch3-30/+29
2008-07-28powerpc: register_cpu_online should be __cpuinitNathan Lynch1-1/+1
2008-07-28powerpc: kill useless SMT code in prom_hold_cpusNathan Lynch1-36/+3
2008-07-28powerpc: Fix 8xx build failureKumar Gala1-0/+3
2008-07-28powerpc: Fix vio build warningsNathan Lynch1-2/+2
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala4-11/+12
2008-07-28powerpc: Removed duplicated include in stacktrace.cHuang Weiyi1-1/+0
2008-07-28Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt9-105/+317
2008-07-28stop_machine: fix up ftrace.cRusty Russell1-3/+3
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell5-14/+14
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell3-25/+39
2008-07-28Hotplug CPU: don't check cpu_online after take_cpu_downRusty Russell1-2/+2
2008-07-28Simplify stop_machineRusty Russell3-190/+136
2008-07-28stop_machine: add ALL_CPUS optionJason Baron2-8/+32
2008-07-28module: fix build warning with !CONFIG_KALLSYMSWANG Cong1-12/+13
2008-07-27Merge ../linux-2.6Mauro Carvalho Chehab81-945/+787
2008-07-27sparc: Set CONFIG_HAVE_ARCH_TRACEHOOKDavid S. Miller1-0/+1
2008-07-27sparc: Add task_pt_regs().David S. Miller1-0/+1
2008-07-27sparc: Add call to tracehook_signal_handler().David S. Miller1-0/+2
2008-07-27sparc: Create and use TIF_NOTIFY_RESUME.David S. Miller3-4/+22
2008-07-27sparc: Use tracehook routines in syscall_trace().David S. Miller2-17/+21
2008-07-27sparc64: tracehook: CONFIG_HAVE_ARCH_TRACEHOOKRoland McGrath1-0/+1
2008-07-27sparc: Add user_stack_pointer().David S. Miller2-0/+2
2008-07-27sparc64: tracehook_signal_handlerRoland McGrath2-0/+6
2008-07-27sparc64: tracehook: TIF_NOTIFY_RESUMERoland McGrath3-6/+13
2008-07-27sparc: Add asm/syscall.hDavid S. Miller1-0/+120
2008-07-27sparc64: tracehook syscallRoland McGrath3-22/+17
2008-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/sparcDavid S. Miller493-312/+197
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller243-2691/+5942
2008-07-27Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-4/+5
2008-07-27Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8...Linus Torvalds1-3/+5
2008-07-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds73-881/+733
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi5-57/+44