Age | Commit message (Expand) | Author | Files | Lines |
2012-01-19 | KEYS: Permit key_serial() to be called with a const key pointer | David Howells | 1 | -1/+1 |
2012-01-18 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 8 | -491/+285 |
2012-01-18 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 12 | -31/+891 |
2012-01-18 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2012-01-18 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 1 | -1/+1 |
2012-01-18 | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds | 1 | -0/+434 |
2012-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -8/+4 |
2012-01-18 | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 2 | -0/+8 |
2012-01-18 | acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec | Tony Luck | 1 | -1/+2 |
2012-01-18 | Merge branch 'atomicio-remove' into release | Len Brown | 1 | -0/+3 |
2012-01-18 | Merge branch 'apei' into release | Len Brown | 1 | -6/+14 |
2012-01-17 | intel_idle: Split up and provide per CPU initialization func | Thomas Renninger | 1 | -0/+7 |
2012-01-17 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 6 | -11/+172 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -2/+5 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -20/+106 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+203 |
2012-01-18 | lib: digital signature config option name change | Dmitry Kasatkin | 1 | -2/+2 |
2012-01-18 | keys: fix trusted/encrypted keys sparse rcu_assign_pointer messages | Mimi Zohar | 1 | -0/+3 |
2012-01-17 | Fix compile breakage with kref.h | James Bottomley | 1 | -0/+1 |
2012-01-17 | audit: comparison on interprocess fields | Peter Moody | 1 | -1/+23 |
2012-01-17 | audit: implement all object interfield comparisons | Peter Moody | 1 | -1/+9 |
2012-01-17 | audit: allow interfield comparison between gid and ogid | Eric Paris | 1 | -1/+2 |
2012-01-17 | audit: allow interfield comparison in audit rules | Eric Paris | 1 | -0/+4 |
2012-01-17 | audit: remove task argument to audit_set_loginuid | Eric Paris | 1 | -1/+1 |
2012-01-17 | audit: allow audit matching on inode gid | Eric Paris | 1 | -0/+1 |
2012-01-17 | audit: allow matching on obj_uid | Eric Paris | 1 | -0/+1 |
2012-01-17 | audit: remove audit_finish_fork as it can't be called | Eric Paris | 1 | -2/+0 |
2012-01-17 | audit: inline audit_free to simplify the look of generic code | Eric Paris | 1 | -1/+6 |
2012-01-17 | audit: drop audit_set_macxattr as it doesn't do anything | Eric Paris | 1 | -2/+0 |
2012-01-17 | audit: inline checks for not needing to collect aux records | Eric Paris | 1 | -3/+20 |
2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -3/+10 |
2012-01-17 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2 | -8/+24 |
2012-01-17 | seccomp: audit abnormal end to a process due to seccomp | Eric Paris | 1 | -0/+8 |
2012-01-17 | tty: remove unused tty_driver->termios_locked | Konstantin Khlebnikov | 1 | -1/+0 |
2012-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+1 |
2012-01-17 | net: fix some sparse errors | Eric Dumazet | 1 | -1/+1 |
2012-01-17 | bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume | Linus Torvalds | 1 | -1/+1 |
2012-01-17 | ACPI: Export interfaces for ioremapping/iounmapping ACPI registers | Myron Stowe | 1 | -0/+3 |
2012-01-17 | ACPI: Store SRAT table revision | Kurt Garloff | 1 | -0/+1 |
2012-01-17 | ACPI, Record ACPI NVS regions | Huang Ying | 1 | -6/+14 |
2012-01-17 | ACPICA: Update to version 20120111 | Bob Moore | 1 | -1/+1 |
2012-01-17 | ACPICA: Add support for region address conflict checking | Lin Ming | 2 | -7/+5 |
2012-01-17 | ACPICA: Update to version 20111123 | Bob Moore | 1 | -1/+1 |
2012-01-17 | ACPI 5.0: Allow _AEI method in walk resources | Zhang Rui | 1 | -0/+1 |
2012-01-17 | ACPI 5.0: New interface, acpi_buffer_to_resource | Bob Moore | 1 | -0/+5 |
2012-01-17 | ACPI 5.0: New interface, acpi_get_event_resources | Bob Moore | 1 | -0/+4 |
2012-01-17 | ACPI 5.0: Support for all new resource descriptors | Lin Ming | 1 | -4/+203 |
2012-01-17 | ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region | Bob Moore | 1 | -1/+3 |
2012-01-17 | ACPI 5.0: Implement Connection() and AccessAs() changes | Bob Moore | 1 | -0/+8 |
2012-01-17 | ACPI 5.0: New interfaces to allow driver access to AML mutex objects | Lin Ming | 1 | -2/+13 |