| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] bnx2fc: cleanup task management IO when it times out. | Bhanu Prakash Gollapudi | 2012-05-22 | 2 | -1/+25 |
* | [SCSI] bnx2fc: Decrememnt io ref count when abort times out | Bhanu Prakash Gollapudi | 2012-05-22 | 2 | -47/+70 |
* | [SCSI] bnx2fc: Allow FLOGI to be retried when receiving bad responses. | Bhanu Prakash Gollapudi | 2012-05-22 | 1 | -13/+3 |
* | fbdev: sh_mobile_lcdc: Don't confuse line size with pitch | Laurent Pinchart | 2012-05-21 | 2 | -2/+4 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-21 | 7 | -25/+51 |
|\ |
|
| * | hexagon: Remove select of not longer existing Kconfig switches | Thomas Gleixner | 2012-05-21 | 1 | -2/+0 |
| * | arm: Select core options instead of redefining them | Thomas Gleixner | 2012-05-21 | 1 | -8/+2 |
| * | genirq: Do not consider disabled wakeup irqs | Thomas Gleixner | 2012-05-04 | 1 | -1/+6 |
| * | genirq: Allow check_wakeup_irqs to notice level-triggered interrupts | Thomas Gleixner | 2012-05-04 | 2 | -3/+8 |
| * | genirq: Be more informative on irq type mismatch | Thomas Gleixner | 2012-04-19 | 1 | -15/+10 |
| * | genirq: Reject bogus threaded irq requests | Thomas Gleixner | 2012-04-19 | 1 | -0/+21 |
| * | genirq: Streamline irq_action | Thomas Gleixner | 2012-04-19 | 1 | -4/+4 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-05-21 | 102 | -1230/+3678 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2012-05-22 | 33 | -350/+422 |
| |\ \ |
|
| | * | | SELinux: remove unused common_audit_data in flush_unauthorized_files | Eric Paris | 2012-04-09 | 1 | -4/+0 |
| | * | | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao | 2012-04-09 | 6 | -47/+15 |
| | * | | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao | 2012-04-09 | 1 | -2/+2 |
| | * | | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris | 2012-04-09 | 3 | -91/+16 |
| | * | | SELinux: remove auditdeny from selinux_audit_data | Eric Paris | 2012-04-09 | 1 | -8/+1 |
| | * | | LSM: do not initialize common_audit_data to 0 | Eric Paris | 2012-04-09 | 12 | -49/+44 |
| | * | | LSM: BUILD_BUG_ON if the common_audit_data union ever grows | Eric Paris | 2012-04-09 | 1 | -0/+7 |
| | * | | LSM: remove the task field from common_audit_data | Eric Paris | 2012-04-09 | 3 | -8/+2 |
| | * | | apparmor: move task from common_audit_data to apparmor_audit_data | Eric Paris | 2012-04-09 | 3 | -3/+11 |
| | * | | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 2012-04-09 | 11 | -44/+44 |
| | * | | SELinux: move common_audit_data to a noinline slow path function | Eric Paris | 2012-04-09 | 1 | -11/+21 |
| | * | | SELinux: remove inode_has_perm_noadp | Eric Paris | 2012-04-09 | 1 | -24/+4 |
| | * | | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris | 2012-04-09 | 3 | -70/+105 |
| | * | | SELinux: if sel_make_bools errors don't leave inconsistent state | Eric Paris | 2012-04-09 | 1 | -0/+1 |
| | * | | SELinux: remove needless sel_div function | Eric Paris | 2012-04-09 | 1 | -6/+1 |
| | * | | SELinux: possible NULL deref in context_struct_to_string | Eric Paris | 2012-04-09 | 1 | -3/+5 |
| | * | | SELinux: audit failed attempts to set invalid labels | Eric Paris | 2012-04-09 | 1 | -2/+34 |
| | * | | SELinux: rename dentry_open to file_open | Eric Paris | 2012-04-09 | 8 | -24/+21 |
| | * | | SELinux: check OPEN on truncate calls | Eric Paris | 2012-04-09 | 1 | -1/+5 |
| | * | | SELinux: add default_type statements | Eric Paris | 2012-04-09 | 4 | -6/+33 |
| | * | | SELinux: allow default source/target selectors for user/role/range | Eric Paris | 2012-04-09 | 6 | -8/+109 |
| | * | | SELinux: include flow.h where used rather than get it indirectly | Eric Paris | 2012-04-09 | 1 | -0/+1 |
| | * | | SELinux: loosen DAC perms on reading policy | Eric Paris | 2012-04-09 | 1 | -1/+1 |
| | * | | SELinux: allow seek operations on the file exposing policy | Eric Paris | 2012-04-09 | 1 | -0/+1 |
| * | | | apparmor: fix long path failure due to disconnected path | John Johansen | 2012-05-18 | 1 | -0/+2 |
| * | | | apparmor: fix profile lookup for unconfined | John Johansen | 2012-05-18 | 1 | -0/+4 |
| * | | | ima: fix filename hint to reflect script interpreter name | Mimi Zohar | 2012-05-16 | 1 | -1/+3 |
| * | | | Merge branch 'for-1205' of http://git.gitorious.org/smack-next/kernel into next | James Morris | 2012-05-16 | 5 | -579/+1145 |
| |\ \ \ |
|
| | * | | | Smack: allow for significantly longer Smack labels v4 | Casey Schaufler | 2012-05-14 | 5 | -566/+1105 |
| | * | | | gfp flags for security_inode_alloc()? | Tetsuo Handa | 2012-05-14 | 1 | -4/+4 |
| | * | | | Smack: recursive tramsmute | Casey Schaufler | 2012-05-14 | 2 | -9/+36 |
| * | | | | KEYS: Don't check for NULL key pointer in key_validate() | David Howells | 2012-05-16 | 2 | -25/+17 |
| |/ / / |
|
| * | | | Yama: replace capable() with ns_capable() | Kees Cook | 2012-05-15 | 1 | -2/+2 |
| * | | | TOMOYO: Accept manager programs which do not start with / . | Tetsuo Handa | 2012-05-15 | 2 | -21/+6 |
| * | | | KEYS: Add invalidation support | David Howells | 2012-05-11 | 11 | -28/+131 |
| * | | | KEYS: Do LRU discard in full keyrings | David Howells | 2012-05-11 | 3 | -7/+43 |