Age | Commit message (Expand) | Author | Files | Lines |
2006-09-27 | USB: pxa2xx_udc understands GPIO based VBUS sensing | David Brownell | 1 | -14/+1 |
2006-09-27 | USB: move <linux/usb_otg.h> to <linux/usb/otg.h> | David Brownell | 1 | -1/+1 |
2006-09-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 19 | -177/+745 |
2006-09-27 | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 237 | -6583/+17228 |
2006-09-27 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2 | -20/+21 |
2006-09-27 | [PATCH] x86: use probe_kernel_address in handle_BUG() | Andrew Morton | 1 | -3/+4 |
2006-09-27 | [PATCH] sysctl: Allow /proc/sys without sys_sysctl | Eric W. Biederman | 6 | -7/+7 |
2006-09-27 | [PATCH] x86 microcode: don't check the size | Shaohua Li | 1 | -11/+3 |
2006-09-27 | [PATCH] x86 microcode: add sysfs and hotplug support | Shaohua Li | 3 | -3/+153 |
2006-09-27 | [PATCH] x86 microcode: using request_firmware to pull microcode | Shaohua Li | 1 | -0/+116 |
2006-09-27 | [PATCH] x86 microcode: microcode driver cleanup. | Shaohua Li | 3 | -258/+260 |
2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2 | -2/+0 |
2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 4 | -6/+6 |
2006-09-27 | [PATCH] uml: fix allocation size | Jeff Dike | 1 | -4/+5 |
2006-09-27 | [PATCH] uml: fix sleep length bug | Jeff Dike | 1 | -1/+1 |
2006-09-27 | [PATCH] uml: add an export | Jeff Dike | 1 | -0/+1 |
2006-09-27 | [PATCH] uml: file renaming | Jeff Dike | 7 | -192/+663 |
2006-09-27 | [PATCH] uml: thread creation tidying | Jeff Dike | 6 | -83/+40 |
2006-09-27 | [PATCH] uml: mark some tt-mode code | Jeff Dike | 3 | -4/+9 |
2006-09-27 | [PATCH] uml: use correct SIGBUS handler | Jeff Dike | 1 | -8/+9 |
2006-09-27 | [PATCH] uml: fix gcov support | Jeff Dike | 1 | -12/+1 |
2006-09-27 | [PATCH] uml: fix missing x86_64 register definitions | Jeff Dike | 2 | -4/+41 |
2006-09-27 | [PATCH] uml: get rid of ZONE_DMA use | Jeff Dike | 1 | -1/+2 |
2006-09-27 | [PATCH] uml: const more data | Jeff Dike | 40 | -65/+65 |
2006-09-27 | [PATCH] uml: fix proc-vs-interrupt context spinlock deadlock | Paolo 'Blaisorblade' Giarrusso | 1 | -12/+4 |
2006-09-27 | [PATCH] uml: use -mcmodel=kernel for x86_64 | Paolo 'Blaisorblade' Giarrusso | 1 | -2/+5 |
2006-09-27 | [PATCH] AVR32: Use unsigned long flags for saving interrupt state | Haavard Skinnemoen | 1 | -2/+4 |
2006-09-27 | [PATCH] Allow an arch to expand node boundaries | Mel Gorman | 1 | -0/+2 |
2006-09-27 | [PATCH] Account for holes that are outside the range of physical memory | Mel Gorman | 1 | -1/+3 |
2006-09-27 | [PATCH] Account for memmap and optionally the kernel image as holes | Mel Gorman | 1 | -1/+3 |
2006-09-27 | [PATCH] Have ia64 use add_active_range() and free_area_init_nodes | Mel Gorman | 4 | -87/+39 |
2006-09-27 | [PATCH] Have x86_64 use add_active_range() and free_area_init_nodes | Mel Gorman | 7 | -153/+82 |
2006-09-27 | [PATCH] Have x86 use add_active_range() and free_area_init_nodes | Mel Gorman | 4 | -166/+34 |
2006-09-27 | [PATCH] Have Power use add_active_range() and free_area_init_nodes() | Mel Gorman | 5 | -191/+52 |
2006-09-27 | [PATCH] fix "cpu to node relationship fixup: map cpu to node" | KAMEZAWA Hiroyuki | 1 | -2/+0 |
2006-09-27 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2 | -2/+3 |
2006-09-27 | [MIPS] setup.c: use early_param() for early command line parsing | Franck Bui-Huu | 1 | -112/+60 |
2006-09-27 | [MIPS] setup.c: remove MAXMEM macro | Franck Bui-Huu | 1 | -9/+3 |
2006-09-27 | [MIPS] setup.c: do not inline functions | Franck Bui-Huu | 1 | -2/+2 |
2006-09-27 | [MIPS] setup.c: remove useless includes. | Franck Bui-Huu | 1 | -14/+0 |
2006-09-27 | [MIPS] setup.c: move initrd code inside dedicated functions | Franck Bui-Huu | 1 | -58/+86 |
2006-09-27 | [MIPS] setup.c: cleanup bootmem_init() | Franck Bui-Huu | 1 | -78/+57 |
2006-09-27 | [MIPS] get_wchan(): remove uses of mfinfo[64] | Franck Bui-Huu | 1 | -82/+50 |
2006-09-27 | [MIPS] get_frame_info(): null function size means size is unknown | Franck Bui-Huu | 1 | -2/+10 |
2006-09-27 | [MIPS] unwind_stack(): return ra if an exception occured at the first instruc... | Franck Bui-Huu | 1 | -2/+5 |
2006-09-27 | [MIPS] Enable tmpfs for anything that possibly runs a full distribution. | Ralf Baechle | 13 | -14/+14 |
2006-09-27 | [MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernels | Richard Sandiford | 1 | -1/+1 |
2006-09-27 | [MIPS] Remove EV96100 as previously announced. | Ralf Baechle | 61 | -1924/+0 |
2006-09-27 | [MIPS] Replace BARRIER with more appropriate hazard barrier. | Ralf Baechle | 1 | -13/+8 |
2006-09-27 | [MIPS] IP27: Delete useless declaration of allocate_irqno(). | Ralf Baechle | 1 | -2/+0 |