aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* s390/dumpstack: convert print_symbol to %pSRHeiko Carstens2013-09-04
* s390/perf: Remove print_hex_dump_bytes() debug outputHendrik Brueckner2013-09-04
* s390: update defconfigHeiko Carstens2013-09-04
* s390/bpf,jit: fix address randomizationHeiko Carstens2013-09-04
* Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-09-04
|\
| * pwm: pxa: Use module_platform_driverMike Dunn2013-09-03
| * pwm: tiehrpwm: add missing __iomem annotationJingoo Han2013-09-03
| * pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context()Jingoo Han2013-09-03
| * pwm: simplify use of devm_ioremap_resourceJulia Lawall2013-09-03
| * pwm: renesas-tpu: Add DT supportLaurent Pinchart2013-09-03
| * ARM: dts: Use the PWM polarity flagsLaurent Pinchart2013-09-03
| * pwm: Update DT bindings to reference pwm.txt for cells documentationLaurent Pinchart2013-09-03
| * pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart2013-09-03
| * pwm: Add PWM polarity flag macro for DTLaurent Pinchart2013-09-03
| * pwm: mxs: Check the return value from stmp_reset_block()Fabio Estevam2013-09-03
| * pwm: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-29
* | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-04
|\ \
| * | pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon2013-08-30
| * | pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-19
| * | efi-pstore: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-19
| * | erst: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-19
| * | powerpc/pseries: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-19
| * | pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah2013-08-19
| * | pstore: Add decompression support to pstoreAruna Balakrishnaiah2013-08-19
| * | pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-19
| * | pstore: Add compression support to pstoreAruna Balakrishnaiah2013-08-19
| * | pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah2013-08-19
| * | pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-19
| * | powerpc/pseries: Remove (de)compression in nvram with pstore enabledAruna Balakrishnaiah2013-08-19
| * | pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter2013-08-19
| * | acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()Wei Yongjun2013-08-19
* | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-03
|\ \ \
| * | | cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo2013-08-27
| * | | cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...Tejun Heo2013-08-26
| * | | cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo2013-08-26
| * | | cgroup: implement CFTYPE_NO_PREFIXTejun Heo2013-08-26
| * | | cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo2013-08-26
| * | | cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2013-08-26
| * | | cgroup: fix cgroup_write_event_control()Tejun Heo2013-08-19
| * | | cgroup: fix subsystem file accesses on the root cgroupTejun Heo2013-08-19
| * | | cgroup: change cgroup_from_id() to css_from_id()Li Zefan2013-08-19
| * | | cgroup: use css_get() in cgroup_create() to check CSS_ROOTLi Zhong2013-08-16
| * | | cpuset: remove an unncessary forward declarationLi Zefan2013-08-13
| * | | cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo2013-08-13
| * | | cgroup: move subsys file removal to kill_css()Tejun Heo2013-08-13
| * | | cgroup: factor out kill_css()Tejun Heo2013-08-13
| * | | cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo2013-08-13
| * | | cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo2013-08-13
| * | | cgroup: bounce cgroup_subsys_state ref kill confirmation to a work itemTejun Heo2013-08-13
| * | | cgroup: move cgroup->subsys[] assignment to online_css()Tejun Heo2013-08-13