summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos12-25/+78
2012-01-13hwrng: tx4939 - use devm_request_and_ioremapJulia Lawall1-4/+1
2012-01-13crypto: serpent-sse2 - change transpose_4x4 to only use integer instructionsJussi Kivilinna2-32/+26
2012-01-13crypto: blowfish-x86_64 - blacklist Pentium 4Jussi Kivilinna1-0/+30
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna1-0/+47
2012-01-13crypto: driver for Tegra AES hardwareVarun Wadekar4-0/+1211
2012-01-13arm: tegra: export tegra_chip_uidHenning Heinold1-0/+2
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds44-2049/+8684
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds59-143/+7026
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-214/+137
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro3-4/+7
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds48-369/+124
2012-01-10Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...Linus Torvalds125-5/+12989
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds17-90/+99
2012-01-10Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds8-53/+17
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds61-134/+570
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-66/+227
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds166-1875/+3044
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn2-4/+46
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo2-26/+53
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov5-4/+135
2012-01-10procfs: parse mount optionsVasiliy Kulikov3-2/+64
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov2-0/+367
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2-11/+11
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming3-5/+23
2012-01-10sparc: make SA_NOMASK a synonym of SA_NODEFERMatt Fleming1-1/+2
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker2-43/+31
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2-22/+24
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso1-7/+4
2012-01-10drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings1-2/+2
2012-01-10drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2-2/+20
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen5-5/+0
2012-01-10drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin1-1/+1
2012-01-10drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin30-351/+30
2012-01-10drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown1-3/+1
2012-01-10drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown1-20/+0
2012-01-10rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2-0/+124
2012-01-10drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij1-3/+3
2012-01-10rtc/ab8500: set can_wake flagAndrew Lynn1-0/+2
2012-01-10rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund1-2/+2
2012-01-10drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy1-53/+59
2012-01-10drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy1-0/+11
2012-01-10drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary1-1/+1
2012-01-10MIPS: randomize PIE load addressDavid Daney1-0/+1
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney4-1/+6
2012-01-10crc32: optimize inner loopJoakim Tjernlund1-10/+11