summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureMichel Lespinasse2013-02-221-11/+9
| * | mm: use vm_unmapped_area() on ia64 architectureMichel Lespinasse2013-02-221-25/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-02-263-6/+18
|\ \ \
| * | | block: fix part_pack_uuid() build errorMimi Zohar2013-02-252-5/+16
| * | | ima: "remove enforce checking duplication" merge fixMimi Zohar2013-02-251-1/+2
* | | | Merge tag 'ktest-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-02-263-18/+253
|\ \ \ \
| * | | | ktest: Remove indexes from warnings checkSteven Rostedt (Red Hat)2013-02-181-8/+26
| * | | | ktest: Ignore warnings during rebootSteven Rostedt (Red Hat)2013-02-051-0/+8
| * | | | ktest: Search for linux banner for successful rebootSteven Rostedt (Red Hat)2013-02-051-1/+6
| * | | | ktest: Add make_warnings_file and process full warningsSteven Rostedt (Red Hat)2013-01-313-6/+185
| * | | | ktest: Allow a test option to use its default optionSteven Rostedt (Red Hat)2013-01-311-6/+10
| * | | | ktest: Strip off '\n' when reading which files were modifiedSteven Rostedt (Red Hat)2013-01-301-0/+4
| * | | | ktest: Do not require CONSOLE for build or install bisectsSteven Rostedt (Red Hat)2013-01-301-5/+22
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-2643-201/+235
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | MODSIGN: Add option to not sign modules during modules_installMichal Marek2013-01-252-1/+12
| * | | | MODSIGN: Add -s <signature> option to sign-fileMichal Marek2013-01-251-43/+56
| * | | | MODSIGN: Specify the hash algorithm on sign-file command lineMichal Marek2013-01-252-38/+17
| * | | | MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek2013-01-252-19/+12
| * | | | module: clean up load_module a little more.Rusty Russell2013-01-211-39/+68
| * | | | modpost: Ignore ARC specific non-alloc sectionsVineet Gupta2013-01-211-0/+2
| * | | | module: constify within_module_*Sasha Levin2013-01-211-2/+2
| * | | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-2137-67/+69
| * | | | module: printk message when module signature fail taints kernel.Rusty Russell2013-01-211-1/+6
* | | | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-2568-1054/+4302
|\ \ \ \ \
| * | | | | mfd: lpc_ich: Use devres API to allocate private dataAaron Sierra2013-02-151-5/+2
| * | | | | Merge branch 'usbhost17-for-mfd' of git://github.com/rogerq/linux into for-nextSamuel Ortiz2013-02-144-338/+470
| |\ \ \ \ \
| | * | | | | mfd: omap-usb-host: get rid of build warningRoger Quadros2013-02-131-1/+1
| | * | | | | mfd: omap-usb-host: Don't spam console on clk_set_parent failureRoger Quadros2013-02-131-9/+9
| | * | | | | mfd: omap-usb-host: clean up omap_usbhs_init()Roger Quadros2013-02-131-48/+81
| | * | | | | mfd: omap-usb-host: Get rid of unnecessary spinlockRoger Quadros2013-02-131-16/+0
| | * | | | | mfd: omap-usb-host: Manage HSIC clocks for HSIC modeRoger Quadros2013-02-131-14/+83
| | * | | | | mfd: omap-usb-host: cleanup clock management codeRoger Quadros2013-02-131-80/+106
| | * | | | | mfd: omap-usb-host: override number of ports from platform dataRoger Quadros2013-02-132-13/+22
| | * | | | | mfd: omap-usb-host: know about number of ports from revision registerRoger Quadros2013-02-131-5/+28
| | * | | | | mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()Roger Quadros2013-02-131-27/+11
| | * | | | | mfd: omap_usb_host: Avoid missing platform data checks in suspend/resumeRoger Quadros2013-02-131-10/+0
| | * | | | | mfd: omap-usb-tll: Add OMAP5 revision and HSIC supportRoger Quadros2013-02-131-0/+14
| | * | | | | mfd: omap-usb-tll: serialize access to TLL deviceRoger Quadros2013-02-131-26/+27
| | * | | | | mfd: omap-usb-tll: Fix error messageRoger Quadros2013-02-131-9/+12
| | * | | | | mfd: omap-usb-tll: Check for missing platform data in probeRoger Quadros2013-02-131-10/+5
| | * | | | | mfd: omap-usb-tll: introduce and use mode_needs_tll()Roger Quadros2013-02-131-8/+12
| | * | | | | mfd: omap-usb-tll: Clean up clock handlingRoger Quadros2013-02-131-33/+54
| | * | | | | mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error pathRoger Quadros2013-02-131-26/+12
| | * | | | | mfd: omap-usb-tll: Fix channel count detectionRoger Quadros2013-02-131-9/+11
| | * | | | | mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros2013-02-133-46/+34
| * | | | | | Merge branch 'usbhost17-common' of git://github.com/rogerq/linux into for-nextSamuel Ortiz2013-02-141-2/+6
| |\| | | | |
| * | | | | | mfd: lpc_ich: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-141-0/+38
| * | | | | | mfd: lpc_sch: Accomodate partial population of the MFD devicesDarren Hart2013-02-141-76/+71
| * | | | | | mfd: da9052-i2c: Staticize da9052_i2c_fix()Fabio Estevam2013-02-141-2/+1
| * | | | | | mfd: syscon: Fix sparse warningFabio Estevam2013-02-141-0/+1