Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-16 | 12 | -35/+160 | |
|\ | ||||||
| * | rtc: cmos: Add OF bindings | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -0/+45 | |
| * | x86: dtb: Add support for PCI devices backed by dtb nodes | Sebastian Andrzej Siewior | 2011-02-23 | 2 | -1/+2 | |
| * | Merge branch 'linus' into x86/platform | Thomas Gleixner | 2011-02-23 | 321 | -3474/+3864 | |
| |\ | ||||||
| * \ | Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int... | Thomas Gleixner | 2011-02-22 | 4124 | -141768/+314945 | |
| |\ \ | ||||||
| | * | | of/pci: move of_irq_map_pci() into generic code | Sebastian Andrzej Siewior | 2011-02-04 | 3 | -0/+98 | |
| | * | | Merge commit 'v2.6.38-rc3' into devicetree/next | Grant Likely | 2011-02-04 | 700 | -4785/+8375 | |
| | |\ \ | ||||||
| | * | | | driver-core: remove conditionals around devicetree pointers | Grant Likely | 2011-01-21 | 7 | -34/+4 | |
| * | | | | mrst/vrtc: Avoid using cmos rtc ops | Feng Tang | 2011-02-14 | 1 | -1/+12 | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-03-16 | 1 | -3/+6 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge commit 'v2.6.38' into x86/mm | Ingo Molnar | 2011-03-15 | 340 | -3369/+3886 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ... | Tejun Heo | 2011-02-16 | 1 | -3/+6 | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-16 | 34 | -893/+210 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | RTC: sa1100: Update the sa1100 RTC driver. | Marcelo Roberto Jimenez | 2011-03-09 | 1 | -108/+3 | |
| * | | | | | | | RTC: Fix the cross interrupt issue on rtc-test. | Marcelo Roberto Jimenez | 2011-03-09 | 1 | -4/+9 | |
| * | | | | | | | RTC: Remove UIE and PIE information from the sa1100 driver proc. | Marcelo Roberto Jimenez | 2011-03-09 | 1 | -9/+2 | |
| * | | | | | | | RTC: Include information about UIE and PIE in RTC driver proc. | Marcelo Roberto Jimenez | 2011-03-09 | 1 | -0/+8 | |
| * | | | | | | | RTC: Clean out UIE icotl implementations | John Stultz | 2011-03-09 | 9 | -225/+0 | |
| * | | | | | | | RTC: Cleanup rtc_class_ops->update_irq_enable() | John Stultz | 2011-03-09 | 16 | -236/+1 | |
| * | | | | | | | RTC: Cleanup rtc_class_ops->irq_set_freq() | John Stultz | 2011-03-09 | 8 | -103/+0 | |
| * | | | | | | | RTC: Cleanup rtc_class_ops->irq_set_state | John Stultz | 2011-03-09 | 10 | -208/+0 | |
| * | | | | | | | RTC: Initialize kernel state from RTC | John Stultz | 2011-03-09 | 2 | -0/+187 | |
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-03-16 | 1 | -11/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | posix-timers: Cleanup namespace | Thomas Gleixner | 2011-02-02 | 1 | -1/+1 | |
| * | | | | | | | | posix-timers: Remove useless res field from k_clock | Thomas Gleixner | 2011-02-02 | 1 | -3/+2 | |
| * | | | | | | | | posix-timers: Convert clock_getres() to clockid_to_kclock() | Thomas Gleixner | 2011-02-02 | 1 | -0/+10 | |
| * | | | | | | | | posix-timers: Convert clock_nanosleep to clockid_to_kclock() | Thomas Gleixner | 2011-02-02 | 1 | -1/+0 | |
| * | | | | | | | | posix-timers: Cleanup struct initializers | Thomas Gleixner | 2011-02-02 | 1 | -7/+7 | |
| * | | | | | | | | time: Correct the *settime* parameters | Richard Cochran | 2011-02-02 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm | Linus Torvalds | 2011-03-15 | 4 | -80/+169 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | xen: suspend: remove xen_hvm_suspend | Ian Campbell | 2011-02-25 | 1 | -42/+1 | |
| * | | | | | | | | | xen: suspend: pull pre/post suspend hooks out into suspend_info | Ian Campbell | 2011-02-25 | 1 | -5/+18 | |
| * | | | | | | | | | xen: suspend: move arch specific pre/post suspend hooks into generic hooks | Ian Campbell | 2011-02-25 | 1 | -7/+7 | |
| * | | | | | | | | | xen: suspend: refactor non-arch specific pre/post suspend hooks | Ian Campbell | 2011-02-25 | 1 | -5/+20 | |
| * | | | | | | | | | xen: suspend: add "arch" to pre/post suspend hooks | Ian Campbell | 2011-02-25 | 1 | -3/+3 | |
| * | | | | | | | | | xen: suspend: pass extra hypercall argument via suspend_info struct | Ian Campbell | 2011-02-25 | 1 | -2/+8 | |
| * | | | | | | | | | xen: suspend: refactor cancellation flag into a structure | Ian Campbell | 2011-02-25 | 1 | -13/+19 | |
| * | | | | | | | | | xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open coding | Ian Campbell | 2011-02-25 | 1 | -2/+6 | |
| * | | | | | | | | | xen: do not respond to unknown xenstore control requests | Ian Campbell | 2011-02-25 | 1 | -12/+37 | |
| * | | | | | | | | | xen: make the ballon driver work for hvm domains | Stefano Stabellini | 2011-02-25 | 1 | -5/+9 | |
| * | | | | | | | | | xen-blkfront: handle Xen major numbers other than XENVBD | Stefano Stabellini | 2011-02-25 | 1 | -5/+74 | |
| * | | | | | | | | | xen: no need to delay xen_setup_shutdown_event for hvm guests anymore | Stefano Stabellini | 2011-02-25 | 2 | -16/+4 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
| | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
*---. \ \ \ \ \ \ \ \ | Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ... | Linus Torvalds | 2011-03-15 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | xen: events: mark cpu_evtchn_mask_p as __refdata | Ian Campbell | 2011-02-11 | 1 | -1/+1 | |
| | * | | | | | | | | | xen: Union the blkif_request request specific fields | Owen Smith | 2011-03-08 | 1 | -4/+4 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-15 | 1 | -77/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | xen: events: remove dom0 specific xen_create_msi_irq | Ian Campbell | 2011-03-10 | 1 | -41/+0 | |
| * | | | | | | | | | | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq | Ian Campbell | 2011-03-10 | 1 | -29/+7 | |
| * | | | | | | | | | | xen: events: push set_irq_msi down into xen_create_msi_irq | Ian Campbell | 2011-03-10 | 1 | -1/+9 |