summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-152-5/+77
|\
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-084-8/+42
| |\
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-01-082-5/+77
| |\ \
| | * | tracing: Fix compile error when static ftrace is enabledSteven Rostedt2012-01-071-0/+1
| | * | ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-211-0/+3
| | * | ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-211-2/+3
| | * | ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-211-0/+35
| | * | ftrace: Replace record newlist with record page listSteven Rostedt2011-12-211-4/+1
| | * | ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-211-1/+0
| | * | ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-0/+31
| | * | ftrace: Do not function trace inlined functionsSteven Rostedt2011-12-211-0/+5
* | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-144-53/+22
|\ \ \ \
| * | | | capabilities: remove __cap_full_set definitionEric Paris2012-01-051-1/+0
| * | | | security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-14/+0
| * | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-2/+3
| * | | | capabilities: remove task_ns_* functionsEric Paris2012-01-052-3/+4
| * | | | capabilites: introduce new has_ns_capabilities_noauditEric Paris2012-01-051-0/+2
| * | | | capabilities: remove all _real_ interfacesEric Paris2012-01-051-25/+0
| * | | | capabilities: introduce security_capable_noauditEric Paris2012-01-051-0/+7
| * | | | capabilities: reverse arguments to security_capableEric Paris2012-01-051-3/+3
| * | | | capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-051-9/+7
* | | | | Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds2012-01-141-0/+8
|\ \ \ \ \
| * | | | | kmemleak: Handle percpu memory allocationCatalin Marinas2011-12-021-0/+8
* | | | | | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-149-12/+38
|\ \ \ \ \ \
| * | | | | | UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells2011-12-131-1/+3
| * | | | | | UAPI: Don't have a #elif clause in a __KERNEL__ guard in linux/soundcard.hDavid Howells2011-12-131-1/+3
| * | | | | | UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removedDavid Howells2011-12-131-0/+3
| * | | | | | UAPI: Make linux/patchkey.h easier to parseDavid Howells2011-12-131-1/+3
| * | | | | | UAPI: Guard linux/cuda.hDavid Howells2011-12-131-0/+5
| * | | | | | UAPI: Guard linux/pmu.hDavid Howells2011-12-131-0/+4
| * | | | | | UAPI: Guard linux/isdn_divertif.hDavid Howells2011-12-131-0/+4
| * | | | | | UAPI: Guard linux/sound.hDavid Howells2011-12-131-0/+4
| * | | | | | UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspaceDavid Howells2011-12-121-9/+9
* | | | | | | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-01-144-67/+14
|\ \ \ \ \ \ \
| * | | | | | | v4l: Add V4L2_PIX_FMT_NV24 and V4L2_PIX_FMT_NV42 formatsLaurent Pinchart2011-12-191-0/+2
| * | | | | | | fbdev: Add FOURCC-based format configuration APILaurent Pinchart2011-12-191-4/+10
| * | | | | | | Merge commit 'v3.2-rc6' into fbdev-nextFlorian Tobias Schandinat2011-12-1738-158/+227
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'v3.2-rc2' into fbdev-nextFlorian Tobias Schandinat2011-11-21341-2664/+9252
| |\ \ \ \ \ \ \ \
| * | | | | | | | | zorro: Rename Picasso IV Z2 "MEM" to "RAM" for consistencyGeert Uytterhoeven2011-11-111-2/+2
| * | | | | | | | | fbdev: remove display subsystemFlorian Tobias Schandinat2011-11-111-61/+0
* | | | | | | | | | block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-141-0/+1
* | | | | | | | | | block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-141-0/+2
* | | | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-141-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into ...Grant Likely2012-01-057-12/+49
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | gpio: pl061: convert to use 0 for no irqRob Herring2012-01-041-1/+1
* | | | | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-141-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos2011-12-071-0/+4
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-146-17/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | module_param: check that bool parameters really are bool.Rusty Russell2012-01-131-8/+2
| * | | | | | | | | | | | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-3/+3