summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2015-10-151-0/+1
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-152-3/+3
* cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo2015-10-151-3/+2
* cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2015-10-152-0/+7
* cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-151-2/+2
* cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo2015-10-151-4/+4
* cgroup: Merge branch 'for-4.3-fixes' into for-4.4Tejun Heo2015-09-241-2/+8
|\
| * cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo2015-09-241-2/+9
* | cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-221-0/+22
* | memcg: generate file modified notifications on "memory.events"Tejun Heo2015-09-211-0/+4
* | cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2015-09-182-2/+37
* | cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2015-09-181-5/+1
* | cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo2015-09-181-1/+1
* | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-58/+0
* | cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo2015-09-183-7/+2
* | cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo2015-09-181-0/+21
* | jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo2015-09-181-7/+11
* | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-163-22/+25
|/
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-163-25/+22
* blk: rq_data_dir() should not return a booleanLinus Torvalds2015-09-121-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-125-10/+69
|\
| * fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-121-9/+10
| * sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-124-1/+59
* | Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds2015-09-122-5/+5
|\ \
| * | NTB: Fix documentation for ntb_peer_db_clear.Allen Hubbe2015-09-071-1/+1
| * | NTB: Fix documentation for ntb_link_is_upAllen Hubbe2015-09-071-4/+3
| * | NTB: Add flow control to the ntb_netdevDave Jiang2015-09-071-0/+1
* | | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-121-0/+6
|\ \ \
| * \ \ Merge branch 'pm-opp'Rafael J. Wysocki2015-09-111-0/+6
| |\ \ \
| | * | | PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz2015-09-091-0/+6
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-129-37/+40
|\ \ \ \ \
| * | | | | target: use stringify.h instead of own definitionDavid Disseldorp2015-09-111-4/+0
| * | | | | target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-111-0/+13
| * | | | | target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-273-5/+5
| * | | | | target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-272-3/+2
| * | | | | target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-271-3/+1
| * | | | | target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-08-271-1/+0
| * | | | | target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-031-1/+1
| * | | | | iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp2015-08-031-0/+3
| * | | | | target: Shrink struct se_cmd by rearranging fieldsRoland Dreier2015-07-311-8/+8
| * | | | | target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-311-2/+0
| * | | | | target: remove initiatorname field in se_acl_lunChris Zankel2015-07-311-1/+0
| * | | | | target: remove unused lun_flags field from se_lunChris Zankel2015-07-311-1/+0
| * | | | | target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-241-0/+2
| * | | | | scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-241-1/+1
| * | | | | scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-242-6/+6
| * | | | | tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-241-0/+1
| * | | | | target: Use struct t10_pi_tupleSagi Grimberg2015-07-061-6/+1
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-122-35/+21
|\ \ \ \ \ \
| * | | | | | scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-282-22/+20