Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-12-17 | 3 | -3/+3 |
|\ | |||||
| * | fsnotify: generalize handle_inode_event() | Amir Goldstein | 2020-12-03 | 3 | -3/+3 |
* | | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-12-17 | 1 | -1/+0 |
|\ \ | |||||
| * \ | Backmerge tag 'v5.10-rc2' into arm/drivers | Arnd Bergmann | 2020-11-27 | 14 | -52/+44 |
| |\ \ | |||||
| * | | | dma-mapping: remove the dma_direct_set_offset export | Christoph Hellwig | 2020-11-18 | 1 | -1/+0 |
* | | | | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-12-16 | 1 | -2/+18 |
|\ \ \ \ | |||||
| * | | | | x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests | Ashish Kalra | 2020-12-11 | 1 | -2/+18 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-12-16 | 3 | -67/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge tag 'v5.10-rc6' into rdma.git for-next | Jason Gunthorpe | 2020-12-02 | 3 | -5/+29 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge tag 'v5.10-rc5' into rdma.git for-next | Jason Gunthorpe | 2020-11-23 | 27 | -214/+310 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | dma-mapping: remove dma_virt_ops | Christoph Hellwig | 2020-11-17 | 3 | -67/+0 |
* | | | | | | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 1 | -136/+45 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | blktrace: fix up a kerneldoc comment | Christoph Hellwig | 2020-12-07 | 1 | -1/+0 |
| * | | | | | | | | block: remove the request_queue to argument request based tracepoints | Christoph Hellwig | 2020-12-04 | 1 | -27/+17 |
| * | | | | | | | | block: remove the request_queue argument to the block_bio_remap tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -9/+5 |
| * | | | | | | | | block: remove the request_queue argument to the block_split tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -3/+2 |
| * | | | | | | | | block: simplify and extend the block_bio_merge tracepoint class | Christoph Hellwig | 2020-12-04 | 1 | -31/+10 |
| * | | | | | | | | block: remove the unused block_sleeprq tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -22/+0 |
| * | | | | | | | | block: merge struct block_device and struct hd_struct | Christoph Hellwig | 2020-12-01 | 1 | -35/+8 |
| * | | | | | | | | block: move the start_sect field to struct block_device | Christoph Hellwig | 2020-12-01 | 1 | -8/+3 |
| * | | | | | | | | block: remove the nr_sects field in struct hd_struct | Christoph Hellwig | 2020-12-01 | 1 | -1/+1 |
* | | | | | | | | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 2 | -51/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | kernel: remove checking for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-12-12 | 1 | -2/+0 |
| * | | | | | | | | | signal: kill JOBCTL_TASK_WORK | Jens Axboe | 2020-12-12 | 1 | -20/+0 |
| * | | | | | | | | | task_work: remove legacy TWA_SIGNAL path | Jens Axboe | 2020-12-12 | 1 | -29/+1 |
| * | | | | | | | | | Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke... | Jens Axboe | 2020-11-09 | 5 | -20/+62 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-12-16 | 1 | -3/+293 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'for-linus/seccomp' into for-next/seccomp | Kees Cook | 2020-11-20 | 2 | -14/+7 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | seccomp: Remove bogus __user annotations | Jann Horn | 2020-11-20 | 1 | -2/+2 |
| * | | | | | | | | | | | seccomp/cache: Report cache data through /proc/pid/seccomp_cache | YiFei Zhu | 2020-11-20 | 1 | -0/+59 |
| * | | | | | | | | | | | seccomp/cache: Add "emulator" to check if filter is constant allow | YiFei Zhu | 2020-11-20 | 1 | -1/+155 |
| * | | | | | | | | | | | seccomp/cache: Lookup syscall allowlist bitmap for fast path | YiFei Zhu | 2020-11-20 | 1 | -0/+77 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-12-16 | 2 | -29/+18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | audit: replace atomic_add_return() | Yejune Deng | 2020-12-03 | 1 | -1/+1 |
| * | | | | | | | | | | | audit: fix macros warnings | Alex Shi | 2020-11-25 | 2 | -7/+6 |
| * | | | | | | | | | | | audit: trigger accompanying records when no rules present | Richard Guy Briggs | 2020-10-28 | 2 | -20/+10 |
| * | | | | | | | | | | | audit: fix a kernel-doc markup | Mauro Carvalho Chehab | 2020-10-28 | 1 | -1/+1 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-12-16 | 2 | -119/+170 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-5.11' into for-linus | Petr Mladek | 2020-12-14 | 2 | -18/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | printk: remove obsolete dead assignment | Lukas Bulwahn | 2020-12-08 | 1 | -1/+0 |
| | * | | | | | | | | | | | printk: ringbuffer: Reference text_data_ring directly in callees. | Nikolay Borisov | 2020-11-11 | 1 | -17/+15 |
| * | | | | | | | | | | | | Merge branch 'for-5.11-null-console' into for-linus | Petr Mladek | 2020-12-14 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | printk/console: Allow to disable console output by using console="" or consol... | Petr Mladek | 2020-11-20 | 1 | -1/+8 |
| | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | | printk: remove logbuf_lock writer-protection of ringbuffer | John Ogness | 2020-12-09 | 1 | -40/+98 |
| * | | | | | | | | | | | | printk: inline log_output(),log_store() in vprintk_store() | John Ogness | 2020-12-09 | 1 | -78/+67 |
* | | | | | | | | | | | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-12-16 | 7 | -60/+48 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | timekeeping: default GENERIC_CLOCKEVENTS to enabled | Arnd Bergmann | 2020-10-30 | 1 | -1/+1 |
| * | | | | | | | | | | | | | timekeeping: remove xtime_update | Arnd Bergmann | 2020-10-30 | 3 | -18/+21 |
| * | | | | | | | | | | | | | timekeeping: add CONFIG_LEGACY_TIMER_TICK | Arnd Bergmann | 2020-10-30 | 3 | -0/+27 |
| * | | | | | | | | | | | | | timekeeping: remove arch_gettimeoffset | Arnd Bergmann | 2020-10-30 | 4 | -43/+1 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | |