summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o2015-05-313-34/+30
| * | ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o2015-05-311-0/+8
| * | ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()Theodore Ts'o2015-05-311-0/+1
| * | ext4 crypto: fix memory leaks in ext4_encrypted_zerooutTheodore Ts'o2015-05-311-31/+31
| * | ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-319-156/+96
| * | ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabledTheodore Ts'o2015-05-311-0/+1
| * | ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o2015-05-314-34/+30
| * | ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o2015-05-184-15/+12
| * | ext4 crypto: use slab cachesTheodore Ts'o2015-05-183-34/+39
| * | ext4: clean up superblock encryption mode fieldsTheodore Ts'o2015-05-184-32/+7
| * | ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-1811-346/+246
| * | ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2015-05-186-48/+43
| * | ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2015-05-185-54/+28
| * | ext4 crypto: optimize filename encryptionTheodore Ts'o2015-05-184-313/+230
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-06-253-5/+46
|\ \ \
| * \ \ Merge branch 'sparc-perf-stack'David S. Miller2015-06-253-5/+46
| |\ \ \
| | * | | sparc64: perf: Use UREG_FP rather than UREG_I6David Ahern2015-06-251-2/+2
| | * | | sparc64: perf: Add sanity checking on addresses in user stackDavid Ahern2015-06-252-0/+35
| | * | | sparc64: Convert BUG_ON to warningDavid Ahern2015-06-251-2/+3
| | * | | sparc: perf: Disable pagefaults while walking userspace stacksDavid Ahern2015-06-251-1/+6
| |/ / /
* | | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-06-25123-28/+7597
|\ \ \ \ | |/ / / |/| | |
| * | | h8300: fix typo.Yoshinori Sato2015-06-231-1/+1
| * | | h8300: Always build dtbYoshinori Sato2015-06-231-1/+2
| * | | h8300: Remove ARCH_WANT_IPC_PARSE_VERSIONYoshinori Sato2015-06-231-1/+0
| * | | sh-sci: Get register size from platform deviceYoshinori Sato2015-06-231-21/+13
| * | | clk: h8300: fix error handling in h8s2678_pll_clk_setup()Dan Carpenter2015-06-231-17/+16
| * | | h8300: Symbol name fixYoshinori Sato2015-06-231-1/+1
| * | | h8300: devicetree sourceYoshinori Sato2015-06-234-0/+313
| * | | h8300: configsYoshinori Sato2015-06-233-0/+147
| * | | h8300: IRQ chip driverYoshinori Sato2015-06-236-0/+250
| * | | h8300: clocksourceYoshinori Sato2015-06-238-0/+855
| * | | h8300: clock driverYoshinori Sato2015-06-236-0/+250
| * | | h8300: Build scriptsYoshinori Sato2015-06-235-0/+317
| * | | h8300: library functionsYoshinori Sato2015-06-2316-0/+723
| * | | h8300: Memory managementYoshinori Sato2015-06-234-0/+243
| * | | h8300: miscellaneous functionsYoshinori Sato2015-06-236-0/+335
| * | | h8300: process helpersYoshinori Sato2015-06-234-0/+674
| * | | h8300: compressed image supportYoshinori Sato2015-06-236-0/+226
| * | | h8300: Low level entryYoshinori Sato2015-06-233-0/+584
| * | | h8300: kernel startupYoshinori Sato2015-06-233-0/+280
| * | | h8300: Interrupt and exceptionsYoshinori Sato2015-06-233-0/+547
| * | | h8300: UAPI headersYoshinori Sato2015-06-236-0/+214
| * | | h8300: Assembly headersYoshinori Sato2015-06-2332-0/+1605
| * | | asm-generic: Add common asm-offsets.hYoshinori Sato2015-06-231-0/+1
| * | | sh-sci: Add h8300 SCIYoshinori Sato2015-06-233-1/+8
| * | | Add ELF machineYoshinori Sato2015-06-231-0/+1
| * | | mksysmap: Add h8300 local symbol patternYoshinori Sato2015-06-231-1/+1
| * | | MAINTAINERS: Add H8/300 entryYoshinori Sato2015-06-232-5/+11
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-24151-1321/+2277
|\ \ \ \
| * | | | mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-06-243-7/+10