summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-11-07mtd: Move major number definitions to major.hEzequiel Garcia2-3/+2
2013-11-07udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches1-7/+7
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-31/+207
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-5/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-53/+149
2013-11-07ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki1-1/+0
2013-11-07ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki1-5/+0
2013-11-07Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-101/+388
2013-11-07Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-410/+384
2013-11-07PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk1-0/+2
2013-11-07tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)1-2/+0
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov1-0/+1
2013-11-06uprobes: Move function declarations out of archDavid A. Long1-0/+8
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom1-1/+10
2013-11-06cpuset: Fix potential deadlock w/ set_mems_allowedJohn Stultz1-0/+4
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz3-13/+82
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+7
2013-11-06hung_task: add method to reset detectorMarcelo Tosatti1-0/+8
2013-11-06srcu: API for barrier after srcu read unlockMichael S. Tsirkin1-0/+14
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar18-402/+600
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra1-1/+1
2013-11-06Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...Ingo Molnar5-28/+118
2013-11-06Merge tag 'v3.12' into core/locking to pick up mutex upatesIngo Molnar55-197/+249
2013-11-06drm: make drm_get_minor() staticDavid Herrmann1-1/+0
2013-11-06drm: simplify drm_put_minor()David Herrmann1-1/+0
2013-11-06drm: Compact booleans within struct drm_fileChris Wilson1-7/+6
2013-11-06drm: Do not drop root privileges for a fancier younger processChris Wilson1-0/+1
2013-11-06drm: add drm_set_preferred_modeGerd Hoffmann1-0/+2
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2-4/+17
2013-11-06drm: Remove drm_debugfs_node and drm_debugfs_listLespiau, Damien1-21/+0
2013-11-06drm: Constify struct drm_info_list * argumentsLespiau, Damien1-4/+5
2013-11-06drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...Mario Kleiner1-2/+8
2013-11-06iio: hid-sensors: light/als : Add sensitivitySrinivas Pandruvada1-0/+1
2013-11-06iio: hid-sensors: gyro : Add sensitivitySrinivas Pandruvada1-0/+1
2013-11-06iio: hid-sensors: accelerometer: Add sensitivitySrinivas Pandruvada1-0/+5
2013-11-06tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi1-2/+2
2013-11-06tracing: Make register/unregister_ftrace_command __initTom Zanussi1-2/+2
2013-11-06tracing: Update event filters for multibufferTom Zanussi3-11/+25
2013-11-06Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...Steven Rostedt (Red Hat)3-12/+31
2013-11-06Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-73/+72
2013-11-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-5/+74
2013-11-06net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso1-0/+3
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs1-6/+3
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs1-2/+2
2013-11-05audit: audit feature to set loginuid immutableEric Paris1-1/+2
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris1-1/+2
2013-11-05audit: implement generic feature setting and retrievingEric Paris2-0/+18
2013-11-05audit: change decimal constant to macro for invalid uidRichard Guy Briggs1-0/+2
2013-11-05audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs1-0/+6
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller17-467/+365