summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* amba: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-13/+12
* parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-10/+13
* mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-6/+10
* arm: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-17/+23
* driver core: remove class_attrs from struct classGreg Kroah-Hartman2017-06-092-35/+0
* pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-18/+17
* gpio: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-5/+8
* zram: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-11/+15
* mtd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-7/+9
* scsi: ibmvscsi_tgt: remove use of class_attrsGreg Kroah-Hartman2017-06-091-5/+0
* uwb: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-5/+6
* driver core: remove CLASS_ATTR usageGreg Kroah-Hartman2017-06-073-6/+5
* firmware: move umh try locks into the umh codeLuis R. Rodriguez2017-06-031-32/+36
* firmware: move assign_firmware_buf() further upLuis R. Rodriguez2017-06-031-39/+38
* firmware: add sanity check on shutdown/suspendLuis R. Rodriguez2017-06-032-0/+110
* firmware: always enable the reboot notifierLuis R. Rodriguez2017-06-031-19/+18
* firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez2017-06-031-15/+14
* firmware: move kill_requests_without_uevent() up aboveLuis R. Rodriguez2017-06-031-16/+16
* arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli2017-06-034-20/+20
* arm,arm64,drivers: move externs in a new header fileJuri Lelli2017-06-034-9/+20
* arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli2017-06-033-8/+4
* arm, arm64: factorize common cpu capacity default codeJuri Lelli2017-06-037-423/+262
* arm: remove wrong CONFIG_PROC_SYSCTL ifdefJuri Lelli2017-06-031-2/+0
* arm: fix return value of parse_cpu_capacityJuri Lelli2017-06-031-1/+1
* Documentation: arm: fix wrong reference number in DT definitionJuri Lelli2017-06-031-2/+2
* drivers: dma-mapping: Do not leave an invalid area->pages pointer in dma_comm...Catalin Marinas2017-06-031-9/+24
* doc: update kernel version in sysfs-uevent ABI docPeter Rajnoha2017-05-271-1/+1
* sysfs: remove signedness from sysfs_get_direntNick Desaulniers2017-05-251-1/+1
* kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-256-33/+207
* driver core: platform: fix race condition with driver_overrideAdrian Salido2017-05-251-2/+9
* Linux 4.12-rc2v4.12-rc2Linus Torvalds2017-05-221-1/+1
* x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-221-3/+3
* Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-221-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-212-3/+5
|\
| * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
| * fix unsafe_put_user()Al Viro2017-05-211-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
|\ \
| * | sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-212-8/+11
|\ \
| * | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
| * | irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
| * | irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3
| * | irqchip/mbigen: Fix memory mapping codeHanjun Guo2017-05-121-3/+6
* | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-2110-11/+72
|\ \ \
| * | | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-191-1/+30
| * | | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-181-0/+6
| * | | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-181-2/+6
| * | | selftests/ftrace: Fix bashismsNaveen N. Rao2017-05-183-4/+4
| * | | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-182-2/+4
| * | | ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-183-0/+12