summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()Axel Lin2012-03-262-24/+2Star
* i2c-i801: Use usleep_range to wait for command completionJean Delvare2012-03-261-12/+12
* i2c-i801: Add device IDs for Intel Lynx PointSeth Heasley2012-03-263-0/+5
* i2c-isch: Decrease delay in command completion check loopOlivier Sobrie2012-03-261-5/+5
* i2c-gpio: Use linux/gpio.h rather than asm/gpio.hMark Brown2012-03-261-2/+1Star
* Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-2411-27/+76
|\
| * xen/acpi: Fix Kconfig dependency on CPU_FREQKonrad Rzeszutek Wilk2012-03-241-1/+1
| * xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov2012-03-223-5/+7
| * xen/smp: Fix bringup bug in AP code.Konrad Rzeszutek Wilk2012-03-221-0/+6
| * xen/acpi: Remove the WARN's as they just create noise.Konrad Rzeszutek Wilk2012-03-211-2/+2
| * xen/tmem: cleanupJan Beulich2012-03-202-14/+13Star
| * xen: support pirq_eoi_mapStefano Stabellini2012-03-202-3/+44
| * xen/acpi-processor: Do not depend on CPU frequency scaling drivers.Konrad Rzeszutek Wilk2012-03-201-2/+1Star
| * xen/cpufreq: Disable the cpu frequency scaling drivers from loading.Konrad Rzeszutek Wilk2012-03-201-0/+2
| * provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk2012-03-202-0/+26
* | Fix potential endless loop in kswapd when compaction is not enabledRik van Riel2012-03-241-1/+2
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-2473-52/+91
|\ \
| * | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-1653-52/+68
| * | device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-1121-0/+24
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24100-100/+100
|\ \ \
| * | | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-0763-63/+74
| * | | fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-2932-32/+30Star
| * | | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-2912-12/+0Star
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-2493-132/+223
|\ \ \ \
| * | | | kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker2012-03-041-1/+0Star
| * | | | bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-042-61/+61
| * | | | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-0464-3/+69
| * | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-2921-0/+21
| * | | | lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker2012-02-282-0/+2
| * | | | spinlock: macroize assert_spin_locked to avoid bug.h dependencyPaul Gortmaker2012-02-281-4/+1Star
| * | | | x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-283-63/+68
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-248-797/+1280
|\ \ \ \
| * | | | sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-221-1/+16
| * | | | sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-021-12/+12
| * | | | sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-021-0/+16
| * | | | sysctl: Correct error return from get_subdirEric W. Biederman2012-02-021-1/+4
| * | | | sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-021-3/+3
| * | | | sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-311-1/+1
| * | | | sysctl: remove an unused variableDan Carpenter2012-01-311-2/+0Star
| * | | | sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-252-0/+18
| * | | | sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-252-92/+142
| * | | | sysctl: Make the header lists per directory.Eric W. Biederman2012-01-252-18/+12Star
| * | | | sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-251-9/+11
| * | | | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-253-27/+17Star
| * | | | sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-252-104/+296
| * | | | sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-251-1/+10
| * | | | sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-252-202/+150Star
| * | | | sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-253-3/+8
| * | | | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-251-36/+62
| * | | | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-251-26/+76