summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* backlight: lp855x_bl: support new LP8557 deviceKim, Milo2013-02-221-0/+19
* printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev2013-02-221-0/+18
* sun.com documentation fixesChristian Kujau2013-02-221-6/+6
* smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-221-1/+2
* block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-221-0/+3
* mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-221-0/+1
* bdi: allow block devices to say that they require stable page writesDarrick J. Wong2013-02-221-0/+6
* lockdep: make lockdep_assert_held() not have a return valueJohannes Berg2013-02-221-1/+3
* video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa2013-02-221-1/+1
* video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han2013-02-221-0/+2
* video: s3c-fb: remove unnecessary bracketsJingoo Han2013-02-221-102/+97Star
* video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han2013-02-221-2/+0Star
* drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat2013-02-221-1/+0Star
* video: mmp display subsystemZhou Zhu2013-02-221-0/+352
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-222-16/+38
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-222-1/+6
* bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos2013-02-221-13/+19
* bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos2013-02-221-3/+4
* bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos2013-02-221-2/+2
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-223-6/+1Star
* compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos2013-02-222-14/+14
* compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos2013-02-221-0/+3
* compiler-gcc4.h: Reorder macros based upon gcc verDaniel Santos2013-02-221-9/+11
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-212-1/+8
|\
| * efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi2013-02-121-1/+2
| * pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-111-0/+6
* | Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-212-4/+3Star
|\ \
| * | SUNRPC: Nuke the tk_xprt macroTrond Myklebust2013-02-011-1/+0Star
| * | SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-011-2/+2
| * | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-02-212-4/+58
|\ \ \
| * | | fuse: allow control of adaptive readdirplus useEric Wong2013-02-071-0/+3
| * | | Synchronize fuse header with one used in libraryMiklos Szeredi2013-02-071-1/+36
| * | | fuse: send poll eventsEnke Chen2013-02-041-1/+2
| * | | fuse: bump version for READDIRPLUSMiklos Szeredi2013-01-311-1/+4
| * | | mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov2013-01-241-1/+1
| * | | fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-241-0/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-21114-1301/+2588
|\ \ \ \
| * | | | ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-202-33/+14Star
| * | | | net: fix a build failure when !CONFIG_PROC_FSCong Wang2013-02-191-1/+0Star
| * | | | net: proc: fix build failed when procfs is not configuredGao feng2013-02-191-6/+3Star
| * | | | net: move procfs code to net/core/net-procfs.cCong Wang2013-02-191-3/+33
| * | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-194-3/+12
| |\ \ \ \
| | * | | | netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-0/+4
| | * | | | netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-2/+2
| | * | | | netfilter: xt_CT: add alias flagPablo Neira Ayuso2013-02-051-1/+5
| | * | | | netfilter: xt_conntrack: Add flag to support aliasesJozsef Kadlecsik2013-02-051-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-192-18/+9Star
| |\ \ \ \ \
| | * | | | | net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue2013-02-181-1/+1
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-186-90/+681
| |\ \ \ \ \ \