summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tile: ns2cycles should use __raw_get_cpu_varHenrik Austad2013-03-261-1/+5
| * | | | arch: remove KCORE_ELF again [tile]Paul Bolle2013-03-221-5/+0
| * | | | tile: remove two outdated Kconfig entriesPaul Bolle2013-03-221-9/+0
| * | | | tile: support atomic64_dec_if_positive()Chris Metcalf2013-03-222-0/+22
| * | | | tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi2013-03-224-7/+33
| * | | | tile: Add definition of NR_syscallsSimon Marchi2013-03-211-0/+2
| * | | | tile: move declaration of sys_call_table to <asm/syscall.h>Simon Marchi2013-03-212-6/+6
| * | | | arch/tile: Enable HAVE_ARCH_TRACEHOOKSimon Marchi2013-03-211-0/+1
| * | | | arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi2013-03-214-25/+28
| | |_|/ | |/| |
* | | | init: Do not warn on non-zero initcall returnSteven Rostedt2013-05-011-4/+1
* | | | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-013-84/+225
|\ \ \ \
| * | | | [media] omap3isp: Use the common clock frameworkLaurent Pinchart2013-04-153-84/+225
* | | | | Merge branch 'ipc-scalability'Linus Torvalds2013-05-017-341/+540
|\ \ \ \ \
| * | | | | ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-012-2/+2
| * | | | | ipc/msg.c: use list_for_each_entry_[safe] for list traversingNikola Pajkovsky2013-05-011-27/+8
| * | | | | ipc,sem: fine grained locking for semtimedopRik van Riel2013-05-014-125/+203
| * | | | | ipc,sem: have only one list in struct sem_queueRik van Riel2013-05-011-31/+34
| * | | | | ipc,sem: open code and rename sem_lockRik van Riel2013-05-011-6/+23
| * | | | | ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso2013-05-012-48/+118
| * | | | | ipc: introduce lockless pre_down ipcctlDavidlohr Bueso2013-05-012-5/+29
| * | | | | ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso2013-05-012-14/+59
| * | | | | ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso2013-05-011-6/+1
| * | | | | ipc/msgutil.c: use linux/uaccess.hHoSung Jung2013-05-011-2/+2
| * | | | | ipc: refactor msg list search into separate functionPeter Hurley2013-05-011-22/+26
| * | | | | ipc: simplify msg list searchPeter Hurley2013-05-011-6/+2
| * | | | | ipc: implement MSG_COPY as a new receive modePeter Hurley2013-05-011-13/+9
| * | | | | ipc: remove msg handling from queue scanPeter Hurley2013-05-011-10/+4
| * | | | | ipc: set EFAULT as default error in load_msg()Peter Hurley2013-05-011-7/+3
| * | | | | ipc: tighten msg copy loopsPeter Hurley2013-05-011-21/+11
| * | | | | ipc: separate msg allocation from userspace copyPeter Hurley2013-05-011-14/+38
| * | | | | ipc: clamp with min()Peter Hurley2013-05-011-22/+8
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-05-0134-1419/+1900
|\ \ \ \ \ \
| * | | | | | ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o2013-04-231-2/+3
| * | | | | | ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o2013-04-221-0/+4
| * | | | | | ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-04-221-1/+2
| * | | | | | ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o2013-04-221-0/+2
| * | | | | | jbd2: trace when lock_buffer in do_get_write_access takes a long timeTheodore Ts'o2013-04-212-0/+29
| * | | | | | ext4: mark metadata blocks using bh flagsTheodore Ts'o2013-04-212-1/+7
| * | | | | | buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o2013-04-212-0/+9
| * | | | | | ext4: mark all metadata I/O with REQ_METATheodore Ts'o2013-04-204-5/+5
| * | | | | | ext4: fix readdir error in case inline_data+^dir_index.Tao Ma2013-04-191-18/+51
| * | | | | | ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-194-28/+153
| * | | | | | jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-192-2/+1
| * | | | | | ext4: mext_insert_extents should update extent block checksumDarrick J. Wong2013-04-193-17/+8
| * | | | | | ext4: move quota initialization out of inode allocation transactionJan Kara2013-04-192-44/+53
| * | | | | | ext4: reserve xattr index for Rich ACL supportTheodore Ts'o2013-04-181-0/+1
| * | | | | | jbd2: reduce journal_head sizeJan Kara2013-04-121-9/+2
| * | | | | | ext4: clear buffer_uninit flag when submitting IOJan Kara2013-04-121-1/+1
| * | | | | | ext4: use io_end for multiple biosJan Kara2013-04-123-86/+128
| * | | | | | ext4: make ext4_bio_write_page() use BH_Async_Write flagsJan Kara2013-04-122-100/+77