| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, um: get rid of arch/um/Kconfig.arch | Al Viro | 2008-10-22 | 5 | -132/+131 |
* | x86, um: get rid of arch/um/os symlink | Al Viro | 2008-10-22 | 5 | -25/+4 |
* | x86, um: get rid of excessive includes of uml-config.h | Al Viro | 2008-10-22 | 9 | -9/+0 |
* | x86, um: get rid of header symlinks | Al Viro | 2008-10-22 | 50 | -19/+5 |
* | x86, um: merge Kconfig.i386 and Kconfig.x86_64 | Al Viro | 2008-10-22 | 4 | -57/+23 |
* | x86, um: get rid of sysdep symlink | Al Viro | 2008-10-22 | 41 | -10/+2 |
* | x86, um: trim the junk from uml ptrace-*.h | Al Viro | 2008-10-22 | 2 | -15/+2 |
* | x86, um: take vm-flags.h to sysdep | Al Viro | 2008-10-22 | 4 | -3/+2 |
* | x86, um: get rid of uml asm/arch | Al Viro | 2008-10-22 | 2 | -18/+2 |
* | x86, um: get rid of uml highmem.h | Al Viro | 2008-10-22 | 4 | -17/+14 |
* | x86, um: get rid of uml unistd.h | Al Viro | 2008-10-22 | 5 | -41/+4 |
* | x86, um: get rid of system.h -> system.h include | Al Viro | 2008-10-22 | 7 | -55/+266 |
* | x86, um: uml atomic.h is not needed anymore | Al Viro | 2008-10-22 | 1 | -11/+0 |
* | x86, um: untangle uml ldt.h | Al Viro | 2008-10-22 | 9 | -9/+9 |
* | x86, um: get rid of more uml asm/arch uses | Al Viro | 2008-10-22 | 3 | -3/+3 |
* | x86, um: remove dead header (uml module-generic.h; never used these days) | Al Viro | 2008-10-22 | 1 | -6/+0 |
* | x86, um: get rid of uml signal.h | Al Viro | 2008-10-22 | 3 | -30/+2 |
* | x86, um: sanitize uml sigcontext.h uses | Al Viro | 2008-10-22 | 7 | -71/+2 |
* | x86, um: now we can get rid of trivial uml headers | Al Viro | 2008-10-22 | 60 | -371/+2 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-22 | 338 | -9/+38681 |
* | x86, um: initial part of asm-um move | Al Viro | 2008-10-22 | 145 | -8/+3699 |
* | x86, um: take arch/um/include/* out of the way | Al Viro | 2008-10-22 | 79 | -27/+26 |
* | misc: replace remaining __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-20 | 3 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2008-10-20 | 133 | -287/+12211 |
|\ |
|
| * | parisc: convert to generic compat_sys_ptrace | Helge Deller | 2008-10-17 | 3 | -258/+183 |
| * | parisc: add rtc platform driver | Kyle McMartin | 2008-10-10 | 2 | -1/+21 |
| * | parisc: initialize unwinder much earlier | James Bottomley | 2008-10-10 | 3 | -3/+5 |
| * | parisc: add new syscalls | Kyle McMartin | 2008-10-10 | 2 | -2/+14 |
| * | parisc: hijack jump to start_kernel | Kyle McMartin | 2008-10-10 | 2 | -2/+27 |
| * | parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked | Kyle McMartin | 2008-10-10 | 2 | -21/+46 |
| * | parisc: move include/asm-parisc to arch/parisc/include/asm | Kyle McMartin | 2008-10-10 | 123 | -0/+11977 |
| * | parisc: move pdc_result to real2.S | Kyle McMartin | 2008-10-10 | 3 | -2/+17 |
| * | parisc: add arch/parisc/kernel/.gitignore | Kyle McMartin | 2008-10-10 | 1 | -0/+1 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-10-20 | 6 | -18/+174 |
|\ \ |
|
| * | | powerpc/PCI: Add legacy PCI access via sysfs | Benjamin Herrenschmidt | 2008-10-20 | 3 | -1/+153 |
| * | | PCI: Add ability to mmap legacy_io on some platforms | Benjamin Herrenschmidt | 2008-10-20 | 2 | -11/+8 |
| * | | x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs | Seth Heasley | 2008-10-20 | 1 | -2/+9 |
| * | | x86/PCI: follow lspci device/vendor style | Bjorn Helgaas | 2008-10-20 | 1 | -4/+4 |
* | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-20 | 9 | -192/+197 |
|\ \ \ |
|
| * | | | ftrace: make ftrace_test_p6nop disassembler-friendly | Anders Kaseorg | 2008-10-14 | 1 | -2/+4 |
| * | | | sputrace: use marker_synchronize_unregister() | Mathieu Desnoyers | 2008-10-14 | 1 | -0/+1 |
| * | | | x86/ftrace: use uaccess in atomic context | Frédéric Weisbecker | 2008-10-14 | 1 | -2/+2 |
| * | | | x86: suppress trivial sparse signedness warnings | Harvey Harrison | 2008-10-14 | 1 | -1/+1 |
| * | | | mmiotrace: remove left-over marker cruft | Pekka Paalanen | 2008-10-14 | 1 | -64/+0 |
| * | | | x86 mmiotrace: implement mmiotrace_printk() | Pekka Paalanen | 2008-10-14 | 2 | -1/+22 |
| * | | | x86 mmiotrace: fix a rare memory leak | Pekka Paalanen | 2008-10-14 | 1 | -1/+3 |
| * | | | ftrace: x86 use copy to and from user functions | Steven Rostedt | 2008-10-14 | 1 | -25/+13 |
| * | | | ftrace: use only 5 byte nops for x86 | Steven Rostedt | 2008-10-14 | 1 | -7/+61 |
| * | | | ftrace: x86 mcount stub | Steven Rostedt | 2008-10-14 | 3 | -52/+2 |
| * | | | ftrace: enable using mcount recording on x86 | Steven Rostedt | 2008-10-14 | 1 | -0/+1 |