summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sbshc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman2-14/+3
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman4-12/+9
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman2-10/+3
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman1-4/+5
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman2-21/+6
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman1-4/+5
2020-12-10bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman1-34/+10
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman1-12/+5
2020-12-10file: Implement task_lookup_next_fd_rcuEric W. Biederman2-0/+22
2020-12-10kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman1-7/+2
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman1-6/+1
2020-12-10file: Implement task_lookup_fd_rcuEric W. Biederman2-0/+17
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman4-9/+9
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman6-13/+12
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman4-8/+17
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman2-3/+3
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman1-10/+3
2020-12-10bpf: In bpf_task_fd_query use fget_taskEric W. Biederman1-17/+3
2020-12-10kcmp: In kcmp_epoll_target use fget_taskEric W. Biederman1-16/+4
2020-12-10exec: Remove reset_files_structEric W. Biederman2-13/+0
2020-12-10exec: Simplify unshare_filesEric W. Biederman4-15/+9
2020-12-10exec: Move unshare_files to fix posix file locking during execEric W. Biederman1-14/+15
2020-12-10exec: Don't open code get_close_on_execEric W. Biederman1-2/+1
2020-10-25Linux 5.10-rc1v5.10-rc1Linus Torvalds1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches117-196/+196
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers6-8/+6
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches1-5/+7
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede1-1/+10
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau4-0/+30
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin4-190/+318
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-24cifs: update internal module version numberSteve French1-1/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-23ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller1-2/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab3-3/+3
2020-10-23block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2-7/+78
2020-10-23gfs2: Recover statfs info in journal headAbhi Das3-1/+106
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das4-36/+139
2020-10-23nvme-fc: shorten reconnect delay if possible for FCJames Smart1-1/+18
2020-10-23nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart1-2/+5
2020-10-23nvme-fc: fix error loop in create_hw_io_queuesJames Smart1-2/+2
2020-10-23nvme-fc: fix io timeout to abort I/OJames Smart1-39/+69