summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2014-05-161-4/+4
* ath9k: Allow platform override without EEPROM overrideHelmut Schaa2014-05-071-0/+2
* Merge branch 'rfkill-gpio-cleanups' of git://git.kernel.org/pub/scm/linux/ker...John W. Linville2014-05-061-10/+0
|\
| * net: rfkill: gpio: remove unused and obsolete platform parametersHeikki Krogerus2014-04-111-10/+0
* | net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGuenter Roeck2014-04-161-0/+2
* | net: mdio-gpio: Add support for active low gpio pinsGuenter Roeck2014-04-161-0/+3
* | net: phy: add minimal support for QSGMII PHYThomas Petazzoni2014-04-161-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-152-2/+0
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-04-141-1/+0
| |\ \
| | * | netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2014-04-081-1/+0
| * | | net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-141-1/+0
* | | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-132-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-111-1/+2
| * | | slab: fix wrongly used macroJoonsoo Kim2014-04-011-11/+11
| * | | slab: restrict the number of objects in a slabJoonsoo Kim2014-02-081-0/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-121-1/+1
|\ \ \ \
| * | | | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* | | | | Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-04-123-0/+24
|\ \ \ \ \
| * | | | | x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Behan Webster2014-04-091-0/+5
| * | | | | LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois2014-04-092-0/+19
* | | | | | Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds2014-04-121-7/+12
|\ \ \ \ \ \
| * | | | | | NTB: Code Style Clean-upJon Mason2014-04-071-7/+7
| * | | | | | NTB: client event cleanupJon Mason2014-04-071-0/+5
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-129-118/+71
|\ \ \ \ \ \ \
| * | | | | | | kill generic_file_buffered_write()Al Viro2014-04-011-2/+0
| * | | | | | | export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro2014-04-011-0/+2
| * | | | | | | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-1/+1
| * | | | | | | kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-011-1/+1
| * | | | | | | kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-011-2/+1
| * | | | | | | constify blk_rq_map_user_iov() and friendsAl Viro2014-04-012-4/+5
| * | | | | | | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro2014-04-012-1/+2
| * | | | | | | iov_iter: Move iov_iter to uio.hKent Overstreet2014-04-012-32/+50
| * | | | | | | switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-012-3/+3
| * | | | | | | pipe: kill ->map() and ->unmap()Al Viro2014-04-011-19/+0
| * | | | | | | new helper: readlink_copy()Al Viro2014-04-011-1/+1
| * | | | | | | get rid of files_defer_init()Al Viro2014-04-011-2/+0
| * | | | | | | mark struct file that had write access grabbed by open()Al Viro2014-04-011-0/+2
| * | | | | | | get rid of DEBUG_WRITECOUNTAl Viro2014-04-011-49/+0
| * | | | | | | switch nbd to sockfd_lookup/sockfd_putAl Viro2014-04-011-2/+1
| * | | | | | | smarter propagate_mnt()Al Viro2014-04-011-0/+3
* | | | | | | | Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2014-04-123-22/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers2014-04-091-2/+6
| * | | | | | | | tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers2014-04-091-0/+5
| * | | | | | | | tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)2014-04-081-2/+1
| * | | | | | | | tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-082-18/+45
* | | | | | | | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-123-1/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf2014-04-101-1/+1
| * | | | | | | | | audit: define audit_is_compat in kernel internal headerEric Paris2014-03-241-0/+6
| * | | | | | | | | sched: declare pid_alive as inlineRichard Guy Briggs2014-03-201-1/+1
| * | | | | | | | | pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs2014-03-201-1/+19