aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-03avr32: don't open-code ptrace_report_syscall()HEADmasterAl Viro1-20/+2
2013-03-03cris: don't open-code ptrace_report_syscall()Al Viro2-34/+4
2013-03-03h8300: don't open-code ptrace_report_syscall()Al Viro1-14/+2
2013-03-03m32r: don't open-code ptrace_report_syscall()Al Viro1-17/+2
2013-03-03tile: don't open-code ptrace_report_syscall()Al Viro1-19/+2
2013-03-03x86: saner expressions for masksAl Viro1-5/+3
2013-03-03x86: kill pt_regs argument of do_notify_resume()Al Viro4-7/+5
2013-03-03um/x86: merge sigreturn variantsAl Viro1-31/+28
2013-03-03m68k: switch mmu case to syscall_trace_enter/syscall_trace_leaveAl Viro2-20/+3
2013-03-03mips: don't open-code tracehook_report_syscall_...Al Viro1-39/+10
2013-03-03score: split do_syscall_trace, don't open-code tracehook_report_...Al Viro2-25/+12
2013-03-03unicore32: split syscall_trace, don't open-code tracehook_report_...Al Viro2-25/+23
2013-03-03xtensa: don't open-code tracehook_report_syscall_...()Al Viro1-25/+5
2013-03-03sparc: no need to sign-extend in sync_file_range() wrapperAl Viro2-2/+1
2013-03-03ppc compat wrappers for add_key(2) and request_key(2) are pointlessAl Viro2-19/+2
2013-03-03x86: trim sys_ia32.hAl Viro1-5/+0
2013-03-03x86: sys32_kill and sys32_mprotect are pointlessAl Viro3-15/+2
2013-03-03get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro4-132/+73
2013-03-03merge compat sys_ipc instancesAl Viro15-315/+52
2013-03-03consolidate compat lookup_dcookie()Al Viro18-60/+20
2013-03-03convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro6-30/+24
2013-03-03switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro6-27/+16
2013-03-03switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro5-63/+50
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro20-175/+54
2013-03-03switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro4-45/+33
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro9-89/+31
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro10-30/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro29-209/+44
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro9-127/+23
2013-03-03get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro2-62/+38
2013-03-03Linux 3.9-rc1BaseLinus Torvalds1-2/+2
2013-03-03Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds8-254/+284
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-49/+57
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds26-171/+108
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds17-144/+172
2013-03-03Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-13/+21
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds200-8/+26934
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds9-29/+36
2013-03-03Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+10
2013-03-03Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-15/+14
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-856/+888
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-116/+127
2013-03-03Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds15-273/+1375
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-82/+79
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-24/+77
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-1019/+5443
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds38-331/+1881
2013-03-03Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King239-1306/+2071
2013-03-02SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-03-02ext4: enable quotas before orphan cleanupJan Kara1-10/+10
2013-03-02ext4: don't allow quota mount options when quota feature enabledJan Kara1-7/+26
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu1-1/+1
2013-03-02ext4: convert number of blocks to clusters properlyLukas Czerner4-9/+9
2013-03-02ext4: fix possible memory leak in ext4_remount()Wei Yongjun1-0/+1
2013-03-02jbd2: fix ERR_PTR dereference in jbd2__journal_startDmitry Monakhov1-1/+1
2013-03-02metag: Provide dma_get_sgtable()James Hogan1-0/+7
2013-03-02metag: prom.h: remove declaration of metag_dt_memblock_reserve()James Hogan1-1/+0
2013-03-02metag: copy devicetree to non-init memoryJames Hogan3-0/+20
2013-03-02metag: cleanup metag_ksyms.c includesJames Hogan1-6/+3
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move usercopy.c exports out of metag_ksyms.cJames Hogan2-16/+13
2013-03-02metag: move setup.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move kick.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move traps.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move irq enable out of irqflags.h on SMPJames Hogan2-7/+20
2013-03-02genksyms: fix metag symbol prefix on crc symbolsJames Hogan1-1/+2
2013-03-02metag: hugetlb: convert to vm_unmapped_area()James Hogan1-42/+10
2013-03-02metag: export clear_page and copy_pageJames Hogan1-0/+2
2013-03-02metag: export metag_code_cache_flush_allJames Hogan1-0/+1
2013-03-02metag: protect more non-MMU memory regionsJames Hogan3-7/+42
2013-03-02metag: make TXPRIVEXT bits explicitJames Hogan2-7/+31
2013-03-02metag: kernel/setup.c: sort includesJames Hogan1-23/+23
2013-03-02perf: Enable building perf tools for MetaJames Hogan1-0/+6
2013-03-02metag: add boot time LNKGET/LNKSET checkJames Hogan1-0/+79
2013-03-02metag: add __init to metag_cache_probe()James Hogan1-1/+1
2013-03-02metag: Add JTAG Debug Adapter (DA) supportJames Hogan9-0/+105
2013-03-02scripts/checkstack.pl: Add metag supportJames Hogan1-2/+6
2013-03-02metag: ftrace supportJames Hogan7-1/+248
2013-03-02metag: PerfJames Hogan7-0/+1073
2013-03-02metag: Build infrastructureJames Hogan19-0/+1124
2013-03-02Kconfig.debug: add METAG to dependency listsJames Hogan1-2/+2
2013-03-02mm: define VM_GROWSUP for CONFIG_METAGJames Hogan1-0/+2
2013-03-02metag: Various other headersJames Hogan11-0/+526
2013-03-02metag: Stack unwindingJames Hogan2-0/+207
2013-03-02metag: Optimised library functionsJames Hogan20-0/+1474
2013-03-02metag: DMAJames Hogan2-0/+690
2013-03-02metag: SMP supportJames Hogan9-0/+1064
2013-03-02metag: Basic documentationJames Hogan4-0/+266
2013-03-02metag: Atomics, locks and bitopsJames Hogan13-0/+1395
2013-03-02metag: Module supportJames Hogan2-0/+321
2013-03-02metag: Scheduling/Process managementJames Hogan2-0/+616
2013-03-02metag: System CallsJames Hogan8-0/+508
2013-03-02metag: Internal and external irqchipsJames Hogan8-0/+1359
2013-03-02metag: IRQ handlingJames Hogan3-0/+444
2013-03-02metag: TrapsJames Hogan5-0/+1167
2013-03-02metag: Time keepingJames Hogan10-0/+378
2013-03-02metag: ptraceJames Hogan4-0/+555
2013-03-02metag: Device treeJames Hogan5-0/+160
2013-03-02metag: Signal handlingJames Hogan3-0/+383
2013-03-02metag: TCM supportJames Hogan5-0/+317
2013-03-02metag: Highmem supportJames Hogan3-0/+294
2013-03-02metag: Huge TLBJames Hogan2-0/+377
2013-03-02metag: Memory handlingJames Hogan5-0/+1904
2013-03-02metag: Memory managementJames Hogan10-0/+1833
2013-03-02metag: Cache/TLB handlingJames Hogan7-0/+1277
2013-03-02metag: TBX sourceJames Hogan11-0/+2172
2013-03-02metag: TBX headerJames Hogan1-0/+1425
2013-03-02metag: BootJames Hogan6-0/+715
2013-03-02metag: Header for core memory mapped registersJames Hogan1-0/+1106
2013-03-02metag: Headers for core arch constantsJames Hogan2-0/+1261
2013-03-02metag: Add MAINTAINERS entryJames Hogan1-0/+7
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-03-02Add HAVE_64BIT_ALIGNED_ACCESSJames Hogan1-0/+16
2013-03-02Revert some of "binfmt_elf: cleanups"James Hogan1-0/+4
2013-03-02asm-generic/unistd.h: handle symbol prefixes in cond_syscallJames Hogan1-1/+8
2013-03-02asm-generic/io.h: check CONFIG_VIRT_TO_BUSJames Hogan1-0/+2
2013-03-02Merge tag 'dm-3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds48-601/+8791
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds5-11/+15
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds83-1205/+4100
2013-03-02parisc: fix redefinition of SET_PERSONALITYHelge Deller1-0/+1
2013-03-02parisc: do not install modules when installing kernelRolf Eike Beer1-3/+1
2013-03-02parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller1-2/+2
2013-03-02parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller1-3/+12
2013-03-02parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller1-1/+1
2013-03-02parisc: remove unused variable 'compat_val'Helge Deller1-1/+0
2013-03-02parisc: switch to compat_functions of io_setup, io_getevents and io_submitHelge Deller1-3/+3
2013-03-02parisc: select ARCH_WANT_FRAME_POINTERSHelge Deller1-0/+1
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu10-544/+27
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds18-80/+50
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds8-127/+82
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds147-1/+19552
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds884-15926/+16135
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o3-5/+10
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
2013-03-02Fixed dead ifdef block by adding missing Kconfig option.Robert Obermeier1-0/+18
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin1-2/+2
2013-03-02kgdb/kgdbts: support ppc64Tiejun Chen1-0/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood1-1/+1
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens1-5/+5
2013-03-02[regression] braino in "sparc: convert to ksignal"Al Viro1-1/+1
2013-03-01constify path_get/path_put and fs_struct.c stuffAl Viro5-10/+10
2013-03-01fix nommu breakage in shmem.cAl Viro1-3/+2
2013-03-01cache the value of file_inode() in struct fileAl Viro3-2/+6
2013-03-01dm cache: add cleaner policyHeinz Mauelshagen4-0/+479
2013-03-01dm cache: add mq policyJoe Thornber4-0/+1279
2013-03-01dm: add cache targetJoe Thornber13-0/+4718
2013-03-01dm persistent data: add bitsetJoe Thornber3-0/+329
2013-03-01dm persistent data: add transactional arrayJoe Thornber3-0/+975
2013-03-01dm thin: remove cells from stackJoe Thornber3-23/+43
2013-03-01dm bio prison: pass cell memory inJoe Thornber3-101/+176
2013-03-01dm persistent data: add btree_walkJoe Thornber4-0/+69
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon2-7/+30
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka5-5/+156
2013-03-01dm ioctl: allow message to return dataMikulas Patocka2-1/+40
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka2-21/+37
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka1-23/+41
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura1-49/+27
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura1-21/+10
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie1-5/+7
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka1-0/+2
2013-03-01dm persistent data: set some btree fn parms constMike Snitzer2-9/+9
2013-03-01dm: refactor bio cloningAlasdair G Kergon1-68/+96
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon1-32/+31
2013-03-01dm: rename request variables to biosAlasdair G Kergon15-81/+81
2013-03-01dm: clean up clone_bioAlasdair G Kergon1-45/+57
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon1-12/+12
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer1-12/+13
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka1-1/+1
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui1-1/+0
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer1-8/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka13-115/+99
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura1-9/+21
2013-03-01hsi: fix kernel-doc warningsRandy Dunlap2-4/+4
2013-03-01ARM: Fix broken commit 0cc41e4a21d43 corrupting kernel messagesRussell King1-15/+21
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+19
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner1-4/+2
2013-03-01autofs - Fix sparse warning: context imbalance in autofs4_d_automount() diffe...Peter Huewe1-1/+3
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker4-4/+1
2013-03-01Btrfs: delete inline extents when we find them during loggingJosef Bacik1-0/+18
2013-03-01xenbus: fix compile failure on ARM with Xen enabledSteven Noonan1-0/+1
2013-03-01xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk1-0/+9
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba2-7/+26
2013-03-01Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong1-44/+38
2013-03-01Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong1-5/+6
2013-03-01Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_...Wang Shilong1-3/+0
2013-03-01Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path failsWang Shilong1-3/+9
2013-03-01Btrfs: fix missing deleted items in btrfs_clean_quota_treeWang Shilong1-13/+21
2013-03-01watchdog: sp805_wdt depends on ARMAlessandro Rubini1-1/+1
2013-03-01watchdog: davinci_wdt: update to devm_* APIKumar, Anil1-21/+5
2013-03-01watchdog: davinci_wdt: use devm managed clk getMrugesh Katepallewar1-2/+1