summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-07-1220-86/+504
|\
| * security: unexport mmap_min_addrAdrian Bunk2007-07-121-1/+0
| * SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelPaul Moore2007-07-122-31/+24
| * security: Protection for exploiting null dereference using mmapEric Paris2007-07-1213-15/+70
| * SELinux: Use %lu for inode->i_no when printing avcTobias Oed2007-07-121-1/+1
| * SELinux: allow preemption between transition permission checksStephen Smalley2007-07-124-29/+45
| * selinux: introduce schedule points in policydb_destroy()Eric Paris2007-07-121-0/+7
| * selinux: add selinuxfs structure for object class discoveryChristopher J. PeBenito2007-07-122-0/+250
| * selinux: change sel_make_dir() to specify inode counter.Christopher J. PeBenito2007-07-121-5/+6
| * selinux: rename sel_remove_bools() for more general usage.Christopher J. PeBenito2007-07-121-5/+4
| * selinux: add support for querying object classes and permissions from the run...Christopher J. PeBenito2007-07-122-0/+98
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-07-128-107/+216
|\ \
| * | [CPUFREQ] Fix sysfs_create_file return value handlingTobias Klauser2007-06-211-3/+6
| * | [CPUFREQ] ondemand: fix tickless accounting and software coordination bugVenki Pallipadi2007-06-211-7/+18
| * | [CPUFREQ] ondemand: add a check to avoid negative load calculationVenki Pallipadi2007-06-211-2/+3
| * | [CPUFREQ] Keep userspace governor quiet when it is not being usedVenki Pallipadi2007-06-211-3/+20
| * | [CPUFREQ] Longhaul - Proper register accessRafał Bilski2007-06-211-6/+6
| * | [CPUFREQ] Kconfig powernow-k8 driver should depend on ACPI P-States driverJoshua Hoblitt2007-06-061-3/+10
| * | [CPUFREQ] Longhaul - Replace ACPI functions with direct I/ORafał Bilski2007-06-061-7/+16
| * | [CPUFREQ] Longhaul - Remove duplicate multipliersRafał Bilski2007-05-291-6/+6
| * | [CPUFREQ] Longhaul - Embedded "conservative"Rafał Bilski2007-05-291-49/+96
| * | [CPUFREQ] acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSRVenki Pallipadi2007-05-291-8/+5
| * | [CPUFREQ] check return value of sysfs_create_fileThomas Renninger2007-05-291-5/+10
| * | [CPUFREQ] Longhaul - Check ACPI "BM DMA in progress" bitRafał Bilski2007-05-291-0/+18
| * | [CPUFREQ] Longhaul - Move old_ratio to correct placeRafał Bilski2007-05-291-1/+1
| * | [CPUFREQ] Longhaul - VT8237 supportRafał Bilski2007-05-291-0/+4
| * | [CPUFREQ] Longhaul - Use all kinds of supportRafał Bilski2007-05-291-22/+11
| * | [CPUFREQ] powernow-k8: clarify number of cores.Dave Jones2007-05-181-2/+3
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-07-122-5/+4
|\ \ \
| * | | [AGPGART] Hand off AGP maintainence.Dave Jones2007-07-102-5/+4
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-1217-77/+203
|\ \ \ \
| * | | | [IA64] Support multiple CPUs going through OS_MCARuss Anderson2007-07-113-19/+54
| * | | | [IA64] silence GCC ia64 unused variable warningsJes Sorensen2007-07-114-4/+5
| * | | | [IA64] prevent MCA when performing MMIO mmap to PCI config spaceAlex Chiang2007-07-113-12/+48
| * | | | [IA64] add sn_register_pmi_handler oemcallDean Nelson2007-07-111-0/+20
| * | | | [IA64] Stop bit for brl instructionChristian Kandeler2007-07-091-0/+1
| * | | | [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-094-41/+70
| * | | | [IA64] Don't set psr.ic and psr.i simultaneouslyTony Luck2007-07-091-1/+5
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-12172-1401/+760
|\ \ \ \ \
| * | | | | PCI: Only build PCI syscalls on architectures that want themMatthew Wilcox2007-07-128-11/+26
| * | | | | PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap2007-07-121-2/+5
| * | | | | PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug fai...Gary Hade2007-07-121-2/+46
| * | | | | PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridgeGary Hade2007-07-121-0/+3
| * | | | | PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3Gary Hade2007-07-123-2/+7
| * | | | | PCI: hotplug: pciehp: wait for 1 second after power off slotKenji Kaneshige2007-07-121-0/+12
| * | | | | PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn2007-07-121-7/+7
| * | | | | PCI: cpci_hotplug: Convert to use the kthread APIScott Murray2007-07-121-45/+21
| * | | | | PCI: add pci_try_set_mwiRandy Dunlap2007-07-1211-18/+38
| * | | | | PCI: pcie: remove SPIN_LOCK_UNLOCKEDMilind Arun Choudhary2007-07-121-1/+1
| * | | | | PCI: ROUND_UP macro cleanup in drivers/pciMilind Arun Choudhary2007-07-122-7/+3