summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-01-172-2/+5
|\
| * lib: digital signature config option name changeDmitry Kasatkin2012-01-181-2/+2
| * keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar2012-01-181-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-172-20/+106
|\ \
| * | audit: comparison on interprocess fieldsPeter Moody2012-01-171-1/+23
| * | audit: implement all object interfield comparisonsPeter Moody2012-01-171-1/+9
| * | audit: allow interfield comparison between gid and ogidEric Paris2012-01-171-1/+2
| * | audit: allow interfield comparison in audit rulesEric Paris2012-01-171-0/+4
| * | audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-1/+1
| * | audit: allow audit matching on inode gidEric Paris2012-01-171-0/+1
| * | audit: allow matching on obj_uidEric Paris2012-01-171-0/+1
| * | audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-171-2/+0
| * | audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-171-1/+6
| * | audit: drop audit_set_macxattr as it doesn't do anythingEric Paris2012-01-171-2/+0
| * | audit: inline checks for not needing to collect aux recordsEric Paris2012-01-171-3/+20
| * | audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-3/+10
| * | Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-172-8/+24
| * | seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-171-0/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-171-0/+203
|\ \ \
| * | | Btrfs: space leak tracepointsJosef Bacik2012-01-161-0/+30
| * | | Btrfs: add allocator tracepointsJosef Bacik2012-01-161-0/+173
* | | | Fix compile breakage with kref.hJames Bottomley2012-01-171-0/+1
* | | | tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov2012-01-171-1/+0
| |_|/ |/| |
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-1514-340/+176
|\ \ \
| * | | [media] rc-videomate-m1f.c Rename to match remote controler nameSamuel Rakitnican2012-01-101-1/+1
| * | | [media] v4l: add support for selection apiTomasz Stanislawski2012-01-102-0/+50
| * | | [media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter2012-01-071-0/+1
| * | | [media] atmel-isi: add code to enable/disable ISI_MCK clockJosh Wu2012-01-061-1/+3
| * | | [media] soc-camera: remove redundant parameter from .set_bus_param()Guennadi Liakhovetski2012-01-061-1/+1
| * | | [media] pwc: Remove driver specific ioctlsHans de Goede2012-01-061-323/+0
| * | | [media] gspca: Add jl2005bcd sub driverTheodore Kilgore2012-01-061-0/+1
| * | | Merge tag 'v3.2' into staging/for_v3.3Mauro Carvalho Chehab2012-01-064-2/+4
| |\| |
| * | | [media] davinci vpbe: add VENC block changes to enable dm365 and dm355Manjunath Hadli2012-01-061-0/+4
| * | | [media] davinci vpbe: add dm365 VPBE display driver changesManjunath Hadli2012-01-061-0/+16
| * | | [media] cx25840: Add a flag to enable the CX23888 DIF to be enabled or notSteven Toth2012-01-051-0/+1
| * | | [media] dvb: deprecate the usage of ops->info.typeMauro Carvalho Chehab2012-01-041-1/+1
| * | | [media] dvb-core: be sure that drivers won't use DVBv3 internallyMauro Carvalho Chehab2011-12-311-2/+4
| * | | [media] v4l: Add new alpha component controlSylwester Nawrocki2011-12-301-3/+3
| * | | Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab2011-12-3065-280/+377
| |\ \ \
| * | | | [media] Remove Annex A/C selection via roll-off factorMauro Carvalho Chehab2011-12-201-2/+0
| * | | | [media] DVB: Use a unique delivery system identifier for DVBC_ANNEX_CManu Abraham2011-12-201-1/+6
| * | | | [media] as3645a: Add driver for LED flash controllerLaurent Pinchart2011-12-201-0/+71
| * | | | [media] v4l: Add over-current and indicator flash fault bitsLaurent Pinchart2011-12-201-0/+2
| * | | | [media] media: fix truncated entity specificationClemens Ladisch2011-12-201-1/+1
| * | | | [media] omap3isp: Clarify the clk_pol field in platform dataLaurent Pinchart2011-12-201-1/+1
| * | | | [media] DVB: Query DVB frontend delivery capabilitiesManu Abraham2011-12-122-2/+4
| * | | | Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab2011-11-23229-1711/+5038
| |\ \ \ \
| * | | | | [media] rc: Add support for decoding Sanyo protocolMauro Carvalho Chehab2011-11-231-3/+5
| * | | | | [media] dvb: Allow select between DVB-C Annex A and Annex CMauro Carvalho Chehab2011-11-111-0/+2
* | | | | | Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-7/+33
|\ \ \ \ \ \