summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-245-144/+152
* kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-244-4/+6
* sparc: Increase portability of strncpy_from_user() implementation.David S. Miller2012-05-242-5/+30
* sparc: Optimize strncpy_from_user() zero byte search.David S. Miller2012-05-241-29/+21
* sparc: Add full proper error handling to strncpy_from_user().David S. Miller2012-05-238-198/+136
* sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg2012-05-223-37/+2
* 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
| | * | SELinux: include flow.h where used rather than get it indirectlyEric Paris2012-04-091-0/+1
| | * | SELinux: loosen DAC perms on reading policyEric Paris2012-04-091-1/+1
| | * | SELinux: allow seek operations on the file exposing policyEric Paris2012-04-091-0/+1
| * | | apparmor: fix long path failure due to disconnected pathJohn Johansen2012-05-181-0/+2
| * | | apparmor: fix profile lookup for unconfinedJohn Johansen2012-05-181-0/+4
| * | | ima: fix filename hint to reflect script interpreter nameMimi Zohar2012-05-161-1/+3
| * | | Merge branch 'for-1205' of http://git.gitorious.org/smack-next/kernel into nextJames Morris2012-05-155-579/+1145
| |\ \ \
| | * | | Smack: allow for significantly longer Smack labels v4Casey Schaufler2012-05-155-566/+1105
| | * | | gfp flags for security_inode_alloc()?Tetsuo Handa2012-05-151-4/+4
| | * | | Smack: recursive tramsmuteCasey Schaufler2012-05-152-9/+36
| * | | | KEYS: Don't check for NULL key pointer in key_validate()David Howells2012-05-152-25/+17
| |/ / /
| * | | Yama: replace capable() with ns_capable()Kees Cook2012-05-151-2/+2