| Commit message (Expand) | Author | Age |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 2009-12-11 |
|\ |
|
| * | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface | Thomas Renninger | 2009-11-24 |
| * | [CPUFREQ] use an enum for speedstep processor identification | Rusty Russell | 2009-11-24 |
| * | [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ... | Krzysztof Helt | 2009-11-24 |
| * | [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow... | Rusty Russell | 2009-11-24 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2009-12-11 |
|\ \ |
|
| * | | tty: const: constify remaining tty_operations | Alexey Dobriyan | 2009-12-11 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-12-11 |
|\ \ \ |
|
| * | | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-12-11 |
|\ \ \ \ |
|
| * | | | | USB: Add EHCI support for MX27 and MX31 based boards | Daniel Mack | 2009-12-11 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2009-12-11 |
|\ \ \ \ |
|
| * | | | | kgdb,x86: do not set kgdb_single_step on x86 | Jason Wessel | 2009-12-11 |
| * | | | | kgdb,i386: Fix corner case access to ss with NMI watch dog exception | Jason Wessel | 2009-12-11 |
| * | | | | kgdb,x86: remove redundant test | Roel Kluin | 2009-12-11 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmap | Linus Torvalds | 2009-12-11 |
|\ \ \ \ \ |
|
| * | | | | | Add missing alignment check in arch/score sys_mmap() | Al Viro | 2009-12-11 |
| * | | | | | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh | Al Viro | 2009-12-11 |
| * | | | | | Get rid of open-coding in ia64_brk() | Al Viro | 2009-12-11 |
| * | | | | | sparc_brk() is not needed anymore | Al Viro | 2009-12-11 |
| * | | | | | Unify sys_mmap* | Al Viro | 2009-12-11 |
| * | | | | | Cut hugetlb case early for 32bit on ia64 | Al Viro | 2009-12-11 |
| * | | | | | arch_mmap_check() on mn10300 | Al Viro | 2009-12-11 |
| * | | | | | Kill ancient crap in s390 compat mmap | Al Viro | 2009-12-11 |
| * | | | | | arm: add arch_mmap_check(), get rid of sys_arm_mremap() | Al Viro | 2009-12-11 |
| * | | | | | file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() | Al Viro | 2009-12-11 |
| * | | | | | kill useless checks in sparc mremap variants | Al Viro | 2009-12-11 |
| |/ / / / |
|
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | PCI: add pci_request_acs | Chris Wright | 2009-12-04 |
| * | | | | x86/PCI: claim SR-IOV BARs in pcibios_allocate_resource | Yinghai Lu | 2009-12-04 |
| * | | | | x86/PCI: MMCONFIG: add lookup function | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: clean up printks | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG region | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: remove typeof so we can use a list | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_region | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplification | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_region | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure access | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: rename pci_mmcfg_region structure members | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expression | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zero | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config table | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: centralize MCFG structure management | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[] | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: count MCFG structures with local variable | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/PCI: MMCONFIG: remove unused definitions | Bjorn Helgaas | 2009-11-24 |
| * | | | | x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c | Yinghai Lu | 2009-11-24 |
| * | | | | PCI: fix comment typo in bus_numa.h | Jiri Kosina | 2009-11-24 |