| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 2007-07-18 | 1 | -65/+36 |
|\ |
|
| * | UBI: kill homegrown endian macros | Christoph Hellwig | 2007-07-18 | 1 | -65/+36 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-07-18 | 4 | -7/+4 |
|\ \ |
|
| * | | [NETFILTER]: ipt_iprange.h must #include <linux/types.h> | Adrian Bunk | 2007-07-18 | 1 | -0/+2 |
| * | | [NET]: move dev_mc_discard from dev_mcast.c to dev.c | Denis Cheng | 2007-07-18 | 1 | -2/+0 |
| * | | [XFRM]: Fix crash introduced by struct dst_entry reordering | Patrick McHardy | 2007-07-18 | 1 | -1/+0 |
| * | | [TCP]: remove unused argument to cong_avoid op | Stephen Hemminger | 2007-07-18 | 1 | -4/+2 |
| |/ |
|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-07-18 | 3 | -6/+11 |
|\ \ |
|
| * | | [SPARC]: Mark sparc and sparc64 as not having virt_to_bus | Stephen Rothwell | 2007-07-18 | 1 | -5/+0 |
| * | | [SPARC64]: Massively simplify VIO device layer and support hot add/remove. | David S. Miller | 2007-07-18 | 1 | -1/+1 |
| * | | [SPARC64]: Add basic infrastructure for MD add/remove notification. | David S. Miller | 2007-07-18 | 1 | -0/+10 |
| |/ |
|
* | | xen: Place vcpu_info structure into per-cpu memory | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+13 |
* | | xen: add virtual block device driver. | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+2 |
* | | xen: add the Xenbus sysfs and virtual device hotplug driver | Jeremy Fitzhardinge | 2007-07-18 | 2 | -0/+235 |
* | | xen: Add grant table support | Jeremy Fitzhardinge | 2007-07-18 | 2 | -10/+191 |
* | | xen: use the hvc console infrastructure for Xen console | Jeremy Fitzhardinge | 2007-07-18 | 2 | -0/+7 |
* | | xen: SMP guest support | Jeremy Fitzhardinge | 2007-07-18 | 1 | -4/+23 |
* | | xen: add pinned page flag | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+5 |
* | | xen: event channels | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+28 |
* | | xen: Core Xen implementation | Jeremy Fitzhardinge | 2007-07-18 | 4 | -0/+221 |
* | | xen: Add Xen interface header files | Jeremy Fitzhardinge | 2007-07-18 | 19 | -0/+3021 |
* | | Add a sched_clock paravirt_op | Jeremy Fitzhardinge | 2007-07-18 | 3 | -4/+37 |
* | | paravirt: helper to disable all IO space | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+1 |
* | | Allocate and free vmalloc areas | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+4 |
* | | paravirt: make siblingmap functions visible | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+3 |
* | | paravirt: unstatic smp_store_cpu_info | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+2 |
* | | paravirt: unstatic leave_mm | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+2 |
* | | paravirt: increase IRQ limit | Jeremy Fitzhardinge | 2007-07-18 | 1 | -1/+1 |
* | | paravirt: add a hook for once the allocator is ready | Jeremy Fitzhardinge | 2007-07-18 | 2 | -0/+12 |
* | | paravirt: add an "mm" argument to alloc_pt | Jeremy Fitzhardinge | 2007-07-18 | 2 | -6/+6 |
* | | use elfnote.h to generate vsyscall notes. | Jeremy Fitzhardinge | 2007-07-18 | 1 | -7/+15 |
* | | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 2007-07-18 | 1 | -3/+9 |
* | | Add common orderly_poweroff() | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+5 |
* | | usermodehelper: split setup from execution | Jeremy Fitzhardinge | 2007-07-18 | 1 | -3/+41 |
* | | add argv_split() | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+3 |
* | | add kstrndup | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+1 |
* | | zs: move to the serial subsystem | Maciej W. Rozycki | 2007-07-18 | 2 | -38/+3 |
* | | serial: add early_serial_setup() back to header file | Yinghai Lu | 2007-07-18 | 1 | -0/+2 |
|/ |
|
* | slob: Kill off duplicate kzalloc() definition. | Paul Mundt | 2007-07-17 | 1 | -10/+0 |
* | Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-17 | 1 | -1/+0 |
|\ |
|
| * | Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG | Geert Uytterhoeven | 2007-07-17 | 1 | -1/+0 |
* | | smp_call_function_single() should be a macro on UP | Al Viro | 2007-07-17 | 1 | -10/+8 |
* | | Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check | Satyam Sharma | 2007-07-17 | 1 | -0/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 2007-07-17 | 3 | -2/+9 |
|\ \ |
|
| * | | SMP: Allow smp_call_function_single() to current cpu | Avi Kivity | 2007-07-16 | 1 | -1/+6 |
| * | | HOTPLUG: Add CPU_DYING notifier | Avi Kivity | 2007-07-16 | 1 | -0/+3 |
| * | | KVM: Remove kvmfs in favor of the anonymous inodes source | Avi Kivity | 2007-07-16 | 1 | -1/+0 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2007-07-17 | 3 | -3/+12 |
|\ \ \ |
|
| * | | | [IA64] arbitary speed tty ioctl support | Alan Cox | 2007-07-13 | 3 | -3/+12 |
* | | | | saner typechecking in generic unaligned.h | Al Viro | 2007-07-17 | 1 | -7/+9 |