summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-0446-193/+302
|\
| * debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-182-0/+50
| * of: to support binding numa node to specified device in devicetreeZhen Lei2015-10-172-6/+7
| * debugfs: Add read-only/write-only bool file opsStephen Boyd2015-10-171-1/+14
| * debugfs: Add read-only/write-only size_t file opsStephen Boyd2015-10-171-1/+4
| * debugfs: Add read-only/write-only x64 file opsStephen Boyd2015-10-171-1/+4
| * debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd2015-10-171-66/+32
| * Revert "mm: Check if section present during memory block (un)registering"Greg Kroah-Hartman2015-10-131-27/+4
| * driver-core: platform: Provide helpers for multi-driver modulesThierry Reding2015-10-053-0/+83
| * mm: Check if section present during memory block (un)registeringYinghai Lu2015-10-051-4/+27
| * devres: fix a for loop bounds checkDan Carpenter2015-10-051-1/+1
| * CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bitTan Xiaojun2015-10-051-1/+1
| * base/platform: assert that dev_pm_domain callbacks are called unconditionallyUwe Kleine-König2015-10-041-10/+9
| * sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown2015-10-041-1/+3
| * base: soc: siplify ida usageLee Duncan2015-10-041-16/+5
| * kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo2015-10-041-7/+5
| * kobject: explain what kobject's sd field isUlf Magnusson2015-10-041-1/+1
| * debugfs: document that debugfs_remove*() accepts NULL and error valuesUlf Magnusson2015-10-041-2/+4
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-0433-78/+78
| * ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'Viresh Kumar2015-10-042-2/+2
* | Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-04990-57687/+38362
|\ \
| * | Staging: rtl8192u: ieee80211: added missing blank linesKurt Kanzenbach2015-10-291-0/+5
| * | Staging: rtl8192u: ieee80211: removed unnecessary bracesKurt Kanzenbach2015-10-291-4/+2
| * | Staging: rtl8192u: ieee80211: corrected block commentsKurt Kanzenbach2015-10-291-10/+21
| * | Staging: rtl8192u: ieee80211: corrected indentKurt Kanzenbach2015-10-291-5/+5
| * | Staging: rtl8192u: ieee80211: added missing spaces after ifKurt Kanzenbach2015-10-291-2/+2
| * | Staging: rtl8192u: ieee80211: added missing space around '='Kurt Kanzenbach2015-10-291-1/+1
| * | Staging: rtl8192u: ieee80211: fixed position of else statementsKurt Kanzenbach2015-10-291-4/+2
| * | Staging: rtl8192u: ieee80211: fixed open brace positionsKurt Kanzenbach2015-10-291-12/+6
| * | staging: rdma: ipath: Remove unneeded vairable.Muhammad Falak R Wani2015-10-291-2/+1
| * | staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov2015-10-291-2/+1
| * | staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov2015-10-291-16/+18
| * | staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov2015-10-291-6/+6
| * | staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov2015-10-291-4/+8
| * | staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov2015-10-291-1/+1
| * | staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...Ivan Safonov2015-10-291-4/+4
| * | staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...Ivan Safonov2015-10-291-1/+1
| * | staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2015-10-292-4/+4
| * | staging: rtl8188eu: occurrence of the 5 GHz code markedIvan Safonov2015-10-291-0/+3
| * | staging: rtl8188eu: increment placed into for loop headerIvan Safonov2015-10-291-2/+1
| * | staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov2015-10-291-3/+2
| * | staging: rtl8188eu: unused MIN macro removedIvan Safonov2015-10-291-3/+0
| * | staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING mac...Ivan Safonov2015-10-291-3/+0
| * | staging: rtl8188eu: unused SUCCESS and FAIL macros removedIvan Safonov2015-10-291-3/+0
| * | staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov2015-10-291-1/+1
| * | staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-293-3/+3
| * | staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-298-21/+20
| * | staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2015-10-293-7/+5
| * | staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov2015-10-291-2/+1
| * | staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov2015-10-293-3/+3
OpenPOWER on IntegriCloud