summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2012-05-221-6/+37
|\
| * MAINTAINER: add some drivers upstreamed in CSR SIRFPRIMA2Barry Song2012-04-301-1/+4
| * maintainership update for the Marvell Orion family of SOCsNicolas Pitre2012-04-301-4/+5
| * Merge tag 'at91-3.5-maintainers' of git://github.com/at91linux/linux-at91 int...Arnd Bergmann2012-04-221-1/+28
| |\
| | * MAINTAINERS: remove non-responding web link for atmel_usba driverNicolas Ferre2012-04-171-1/+0
| | * MAINTAINERS: add entry for Atmel timer counter (TC)Nicolas Ferre2012-04-171-0/+7
| | * MAINTAINERS: add entry for Atmel DMA driverNicolas Ferre2012-04-171-0/+8
| | * MAINTAINERS: add entry for Atmel touch screen ADC controller driverJosh Wu2012-04-171-0/+6
| | * MAINTAINERS: add entry for Atmel isi driverJosh Wu2012-04-171-0/+7
| |/
* | Merge tag 'ktest-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2012-05-2212-1/+1001
|\ \
| * | ktest: Add README to explain what is in the examples directorySteven Rostedt2012-05-221-0/+32
| * | ktest: Add the snowball.conf example configSteven Rostedt2012-05-221-0/+53
| * | ktest: Add an example config that does cross compiling of several archsSteven Rostedt2012-05-221-0/+260
| * | ktest: Add kvm.conf example configSteven Rostedt2012-05-221-0/+88
| * | ktest: Add useful example configsSteven Rostedt2012-05-226-0/+517
| * | ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_configSteven Rostedt2012-05-222-1/+16
| * | ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has networkSteven Rostedt2012-05-212-0/+24
| * | ktest: Fix kernelrevision with POST_BUILDSteven Rostedt2012-05-181-0/+11
* | | fbdev: sh_mobile_lcdc: Don't confuse line size with pitchLaurent Pinchart2012-05-222-2/+4
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-227-25/+51
|\ \ \
| * | | hexagon: Remove select of not longer existing Kconfig switchesThomas Gleixner2012-05-211-2/+0
| * | | arm: Select core options instead of redefining themThomas Gleixner2012-05-211-8/+2
| * | | genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-041-1/+6
| * | | genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-042-3/+8
| * | | genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-191-15/+10
| * | | genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-191-0/+21
| * | | genirq: Streamline irq_actionThomas Gleixner2012-04-191-4/+4
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-22102-1230/+3678
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-2233-350/+422
| |\ \ \ \
| | * | | | SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris2012-04-091-4/+0
| | * | | | SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-096-47/+15
| | * | | | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackWanlong Gao2012-04-091-2/+2
| | * | | | SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris2012-04-093-91/+16
| | * | | | SELinux: remove auditdeny from selinux_audit_dataEric Paris2012-04-091-8/+1
| | * | | | LSM: do not initialize common_audit_data to 0Eric Paris2012-04-0912-49/+44
| | * | | | LSM: BUILD_BUG_ON if the common_audit_data union ever growsEric Paris2012-04-091-0/+7
| | * | | | LSM: remove the task field from common_audit_dataEric Paris2012-04-093-8/+2
| | * | | | apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris2012-04-093-3/+11
| | * | | | LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-0911-44/+44
| | * | | | SELinux: move common_audit_data to a noinline slow path functionEric Paris2012-04-091-11/+21
| | * | | | SELinux: remove inode_has_perm_noadpEric Paris2012-04-091-24/+4
| | * | | | SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris2012-04-093-70/+105
| | * | | | SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris2012-04-091-0/+1
| | * | | | SELinux: remove needless sel_div functionEric Paris2012-04-091-6/+1
| | * | | | SELinux: possible NULL deref in context_struct_to_stringEric Paris2012-04-091-3/+5
| | * | | | SELinux: audit failed attempts to set invalid labelsEric Paris2012-04-091-2/+34
| | * | | | SELinux: rename dentry_open to file_openEric Paris2012-04-098-24/+21
| | * | | | SELinux: check OPEN on truncate callsEric Paris2012-04-091-1/+5
| | * | | | SELinux: add default_type statementsEric Paris2012-04-094-6/+33
| | * | | | SELinux: allow default source/target selectors for user/role/rangeEric Paris2012-04-096-8/+109