aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21virtio: console: Disable lseek(2) for port file operationsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO in case of port unplugAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO on new data arrival on portsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah1-0/+25
2010-10-21virtio: console: Reference counting portdev structs is not neededAmit Shah1-0/+8
2010-10-21virtio: console: Add reference counting for port structAmit Shah1-16/+64
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah1-7/+13
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah1-3/+9
2010-10-21virtio: console: remove_port() should return voidAmit Shah1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah1-1/+4
2010-10-21virtio: console: Remove control vq data only if using multiport supportAmit Shah1-6/+9
2010-10-21virtio: console: Reset vdev before removing deviceAmit Shah1-0/+3
2010-10-21selinux: include vmalloc.h for vmalloc_userStephen Rothwell1-0/+1
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris1-0/+2
2010-10-21selinux: implement mmap on /selinux/policyEric Paris2-1/+45
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris12-3/+1256
2010-10-21SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2-3/+2
2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris1-3/+13
2010-10-21kernel: roundup should only reference arguments onceEric Paris1-1/+6
2010-10-21kernel: rounddown helper functionEric Paris1-0/+6
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris2-6/+50
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris2-11/+45
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris3-4/+16
2010-10-21secmark: make secmark object handling genericEric Paris10-141/+104
2010-10-21secmark: do not return early if there was no errorEric Paris1-1/+1
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen1-1/+3
2010-10-21TOMOYO: Print URL information before panic().Tetsuo Handa1-1/+10
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro8-26/+17
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov1-12/+10
2010-10-21selinux: fix up style problem on /selinux/statusKaiGai Kohei2-11/+7
2010-10-21selinux: change to new flag variablematt mooney1-1/+1
2010-10-21selinux: really fix dependency causing parallel compile failure.Paul Gortmaker2-20/+6
2010-10-21selinux: fix parallel compile errorPaul Gortmaker1-1/+1
2010-10-21selinux: fast status update interface (/selinux/status)KaiGai Kohei5-1/+210
2010-10-21.gitignore: ignore apparmor/rlim_names.hYong Zhang1-0/+1
2010-10-21LSM: Fix security_module_enable() error.Tetsuo Handa1-10/+2
2010-10-21selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris1-2/+2
2010-10-21tomoyo: cleanup. don't store bogus pointerDan Carpenter1-2/+4
2010-10-20x86, mm: Enable ARCH_DMA_ADDR_T_64BIT with X86_64 || HIGHMEM64GFUJITA Tomonori1-0/+3
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil2-26/+18
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall1-2/+1
2010-10-20rbd: passing wrong variable to bvec_kunmap_irq()Dan Carpenter1-1/+1
2010-10-20rbd: null vs ERR_PTRDan Carpenter1-2/+2
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil1-0/+1