summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libceph: support crush tunablesSage Weil2012-07-302-1/+12
* libceph: move feature bits to separate headerSage Weil2012-07-303-20/+24
* libceph: define ceph_extract_encoded_string()Alex Elder2012-07-301-0/+47
* libceph: fix off-by-one bug in ceph_encode_filepath()Alex Elder2012-07-301-1/+1
* libceph: prevent the race of incoming work during teardownGuanjun He2012-07-301-0/+1
* libceph: fix messenger retrySage Weil2012-07-301-10/+2
* libceph: initialize msgpool message typesSage Weil2012-07-301-1/+2
* libceph: set peer name on con_open, not initSage Weil2012-07-051-2/+2
* libceph: drop declaration of ceph_con_get()Alex Elder2012-07-051-2/+0
* libceph: define and use an explicit CONNECTED stateAlex Elder2012-07-051-0/+1
* libceph: drop ceph_con_get/put helpers and nref memberSage Weil2012-06-221-1/+0
* Merge tag 'v3.5-rc1'Sage Weil2012-06-15898-14167/+32582
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-022-1/+34
| |\
| | * cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore2012-06-011-1/+28
| | * net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2012-05-311-0/+6
| * | tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-14/+9
| * | Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-016-9/+160
| |\ \
| | * \ Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat2012-05-2735-176/+292
| | |\ \
| | | * | OMAPDSS: DISPC: Support rotation through TILERChandrabhanu Mahapatra2012-05-221-2/+3
| | | * | OMAPDSS: Provide an interface for audio supportRicardo Neri2012-05-111-0/+34
| | | * | OMAPDSS: clean up the omapdss platform data messTomi Valkeinen2012-05-111-5/+0
| | | * | Merge branch 'for-l-o-3.5'Tomi Valkeinen2012-05-103-21/+28
| | | |\ \
| | | * | | OMAPDSS: provide default get_timings function for panelsGrazvydas Ignotas2012-04-231-0/+2
| | | * | | OMAPDSS: add set_min_bus_tput pointer to omapdss's platform dataTomi Valkeinen2012-04-231-0/+1
| | * | | | video: exynos mipi dsi: support reverse panel typeDonghwa Lee2012-05-131-0/+1
| | * | | | fbdev: sh_mobile_hdmi: add HDMI Control Register supportKuninori Morimoto2012-05-131-0/+1
| | * | | | fbdev: sh_mobile_hdmi: 32bit register access supportKuninori Morimoto2012-05-131-1/+4
| | * | | | fbdev: sh_mobile_hdmi: add interrupt output optionKuninori Morimoto2012-05-131-1/+7
| | * | | | video: exynos_dp: fix max loop count in EQ sequence of link trainingJingoo Han2012-05-081-1/+1
| | * | | | video: auo_k190x: add code shared by controller driversHeiko Stübner2012-04-291-0/+106
| | * | | | fb_defio: add first_io callbackHeiko Stübner2012-04-291-0/+1
| * | | | | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-013-17/+27
| |\ \ \ \ \
| | * | | | | mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-3/+2
| | * | | | | mtd: gpmi: add device tree support to gpmi-nandHuang Shijie2012-05-131-4/+4
| | * | | | | mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-5/+6
| | * | | | | mtd: add read_byte support to plat_nandJohn Crispin2012-05-131-0/+1
| | * | | | | mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-4/+1
| | * | | | | mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-131-0/+3
| | * | | | | mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-131-0/+9
| | * | | | | mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-131-1/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-3/+35
| |\ \ \ \ \ \
| | * | | | | | new helper: signal_delivered()Al Viro2012-06-011-1/+1
| | * | | | | | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-2/+3
| | * | | | | | set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+2
| | * | | | | | new helper: sigmask_to_save()Al Viro2012-06-011-0/+8
| | * | | | | | new helper: restore_saved_sigmask()Al Viro2012-06-011-0/+6
| | * | | | | | new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+12
| | * | | | | | HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-0/+4
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-019-181/+63
| |\ \ \ \ \ \ \
| | * | | | | | | vfs: retry last component if opening stale dentryMiklos Szeredi2012-06-011-0/+1