summaryrefslogtreecommitdiffstats
path: root/drivers/powercap/dtpm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells2-0/+167
2022-01-07fscache: Implement raw I/O interfaceDavid Howells2-0/+76
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells2-5/+14
2022-01-07fscache: Provide a function to let the netfs update its coherency dataDavid Howells1-0/+22
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells2-0/+19
2022-01-07fscache: Count data storage objects in a cacheDavid Howells2-0/+41
2022-01-07fscache: Provide a means to begin an operationDavid Howells6-0/+229
2022-01-07fscache: Implement cookie invalidationDavid Howells7-1/+155
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells5-2/+327
2022-01-07fscache: Implement simple cookie state machineDavid Howells3-44/+300
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells2-0/+22
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells3-4/+103
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells2-0/+83
2022-01-07fscache: Implement cookie-level access helpersDavid Howells5-0/+133
2022-01-07fscache: Implement volume-level access helpersDavid Howells5-0/+126
2022-01-07fscache: Implement cache-level access helpersDavid Howells4-0/+107
2022-01-07fscache: Implement cookie registrationDavid Howells9-1/+831
2022-01-07fscache: Implement volume registrationDavid Howells7-2/+516
2022-01-07fscache: Implement cache registrationDavid Howells6-0/+389
2022-01-07fscache: Implement a hash functionDavid Howells2-0/+42
2022-01-07fscache: Introduce new driverDavid Howells10-1/+420
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells2-2/+3
2022-01-07netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells1-1/+4
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells20-7805/+13
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells16-5406/+0
2022-01-07fscache, cachefiles: Disable configurationDavid Howells6-5/+8
2021-12-07netfs: fix parameter of cleanup()Jeffle Xu1-3/+3
2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells1-10/+5
2021-12-05Linux 5.16-rc4v5.16-rc4Linus Torvalds1-1/+1
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureTom Lendacky2-46/+71
2021-12-05KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessarySean Christopherson1-4/+4
2021-12-05KVM: SEV: Return appropriate error codes if SEV-ES scratch setup failsSean Christopherson1-13/+17
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-22/+8
2021-12-04parisc: Fix "make install" on newer debian releasesHelge Deller1-0/+1
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef1-1/+1
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney1-2/+2
2021-12-03cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N1-37/+1
2021-12-03cifs: add server conn_id to fscache client cookieShyam Prasad N2-0/+14
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N3-7/+8
2021-12-03cifs: fix missed refcounting of ipc tconPaulo Alcantara1-0/+1
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan2-0/+24
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan1-7/+8
2021-12-03fget: check that the fd still exists after getting a ref to itLinus Torvalds1-0/+4
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan1-11/+5
2021-12-03x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordMichael Sterritt1-18/+39
2021-12-03powercap: DTPM: Drop unused local variable from init_dtpm()Rafael J. Wysocki1-2/+0
2021-12-03io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe1-0/+7
2021-12-03serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper1-0/+13
2021-12-03usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang1-0/+3
2021-12-03usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li1-16/+4