All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-21 23:07:44 to 2015-12-22 00:11:58 UTC [more...]

[RFC] free_pages stuff
 2015-12-22  0:03 UTC  (84+ messages)
` [POC][PATCH 01/83] switch free_page() from unsigned long to const void *
` [POC][PATCH 02/83] switch free_pages() "
` [POC][PATCH 04/83] kill unused {get,free}_user_page()
` [POC][PATCH 05/83] switch copy_mount_options to storing void * instead of unsigned long
` [POC][PATCH 06/83] drivers/net/wireless/libertas/debugfs.c: get rid of pointless casts
` [POC][PATCH 07/83] drivers/net/wireless/mwifiex/debugfs.c: "
` [POC][PATCH 08/83] affs_evict_inode(): "
` [POC][PATCH 09/83] configfs_follow_link(): "
` [POC][PATCH 10/83] kernfs_iop_follow_link(): "
` [POC][PATCH 11/83] sound/oss/vidc: keep dma_buf[] as pointers
` [POC][PATCH 12/83] drivers/tty: get rid of pointless casts
` [POC][PATCH 13/83] rds: keep pointers in ->m_page_addrs[]
` [POC][PATCH 14/83] proc_dev_atm_read(): get rid of pointless casts
` [POC][PATCH 15/83] qib get_map_page(): "
` [POC][PATCH 16/83] user_namespace: "
` [POC][PATCH 17/83] ftrace: "
` [POC][PATCH 18/83] sysctl: "
` [POC][PATCH 19/83] xenstored_local_init(): "
` [POC][PATCH 20/83] staging/rdma: "
` [POC][PATCH 21/83] c6x: remove unused macros
` [POC][PATCH 22/83] [davinci] ccdc_update_raw_params() frees the wrong thing
` [POC][PATCH 23/83] fd_dma_mem_free(): pass address as void * instead of unsigned long
` [POC][PATCH 24/83] ppc: keep ->hpt_virt as a pointer
` [POC][PATCH 25/83] dma_4u_alloc_coherent(): don't mix virtual and physical addresses
` [POC][PATCH 26/83] dma_4v_alloc_coherent(): "
` [POC][PATCH 27/83] new helper: get_dma_pages()
` [POC][PATCH 28/83] make fd_dma_mem_alloc/nodma_mem_alloc return a pointer
` [POC][PATCH 29/83] switch the remaining users of __get_dma_pages() to get_dma_pages()
` [POC][PATCH 30/83] sparc: get rid of pointless casts
` [POC][PATCH 31/83] efficeon: "
` [POC][PATCH 32/83] lguest: "
` [POC][PATCH 33/83] drivers/pci: "
` [POC][PATCH 34/83] drivers/s390: ger "
` [POC][PATCH 35/83] s390 kvm: get "
` [POC][PATCH 36/83] pcibios: "
` [POC][PATCH 37/83] ste_dma40: "
` [POC][PATCH 38/83] usb_mon: "
` [POC][PATCH 39/83] gnttab_end_foreign_access(): switch the last argument to void *
` [POC][PATCH 40/83] nios2: dma_free_coherent(): get rid of pointless casts
` [POC][PATCH 41/83] hsi: "
` [POC][PATCH 42/83] simserial: "
` [POC][PATCH 43/83] arm64 vdso: "
` [POC][PATCH 44/83] cris free_init_page(): switch to __free_page()
` [POC][PATCH 45/83] arm: switch kvm_arm_hyp_stack_page to void *
` [POC][PATCH 46/83] frv consistent_alloc(): switch page "
` [POC][PATCH 47/83] ia64: uncached_add_chunk(): switch to __free_pages()
` [POC][PATCH 48/83] jfs_readdir(): make dirent_buf a pointer
` [POC][PATCH 49/83] get rid of casts in alloc_exact stuff
` [POC][PATCH 50/83] s390 cmm: get rid of pointless casts
` [POC][PATCH 51/83] microblaze consistent_alloc(): "
` [POC][PATCH 52/83] devm_{get_}free_pages(): switch to pointers
` [POC][PATCH 53/83] cavium: (partially) get rid of cargo-culting in allocator
` [POC][PATCH 54/83] um: store stacks as pointers
` [POC][PATCH 55/83] sh: get rid of pointless casts
` [POC][PATCH 56/83] amd_gart_64: "
` [POC][PATCH 57/83] iwlegacy: "
` [POC][PATCH 58/83] iwlwifi: "
` [POC][PATCH 59/83] add pointer-returning variants of __get_free_pages/__get_free_page
` [POC][PATCH 60/83] switch obvious cases to get_free_pages()
` [POC][PATCH 61/83] switch obvious cases to get_free_page()
` [POC][PATCH 62/83] m68k: switch pte_alloc_one_kernel() "
` [POC][PATCH 63/83] switch kvmppc_core_vcpu_create_pr() "
` [POC][PATCH 64/83] drivers/video/fbdev: switch to get_free_pages()
` [POC][PATCH 65/83] um: switch to get_free_page()
` [POC][PATCH 66/83] switch xen_get_swiotlb_free_pages() to returning a pointer
` [POC][PATCH 67/83] mn10300 dma_alloc_coherent(): switch to get_free_pages()
` [POC][PATCH 68/83] switch ps3_dma_map() and ps3_dma_region_ops->map() instances to physical address
` [POC][PATCH 69/83] ps3_alloc_coherent(): get rid of pointless casts
` [POC][PATCH 70/83] s390_dma_alloc(): page_to_phys() result is always a multiple of PAGE_SIZE
` [POC][PATCH 71/83] s390_dma_alloc(): use page_address()
` [POC][PATCH 72/83] [powerpc] switch cmm_page_array->pages[] to pointers
` [POC][PATCH 73/83] niu.c: get rid of pointless casts
` [POC][PATCH 74/83] [s390] switch pcpu_alloc_lowcore() to get_free_page()
` [POC][PATCH 75/83] kill __get_free_page()
` [POC][PATCH 76/83] [mips, s390, score] turn empty_zero_page into pointer
` [POC][PATCH 77/83] sparc: switch to get_free_pages()
` [POC][PATCH 78/83] x86: "
` [POC][PATCH 79/83] s390: turn suspend_zero_pages into a pointer
` [POC][PATCH 80/83] [sun3] try to sort dvma types out
` [POC][PATCH 81/83] sba_iommu: get rid of pointless casts
` [POC][PATCH 82/83] media/platform/omap: "
` [POC][PATCH 83/83] nios2: "

[PATCH] scripts/oe-selftest: Add support for selftest log with timestamp
 2015-12-22  0:11 UTC  (2+ messages)

[PATCH] network: Fix use-after-free caused by Scan() in poor reception
 2015-12-22  0:10 UTC  (2+ messages)

[PATCH] powerpc: warn on spurious irq events (but ratelimited)
 2015-12-22  0:10 UTC  (3+ messages)

[PATCH 0/6] linux-yocto: consolidate pull request
 2015-12-22  0:08 UTC  (7+ messages)
` [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4

[PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
 2015-12-22  0:08 UTC  (23+ messages)

[PATCH] libdrm: Upgrade to 2.4.65
 2015-12-22  0:05 UTC  (2+ messages)

[PATCH v4 0/5] Devicetree support for misc/eeprom/eeprom_93xx46
 2015-12-22  0:01 UTC  (4+ messages)
` [PATCH v4 2/5] Documentation: devicetree: Add DT bindings to eeprom_93xx46 driver

[PATCH] comedi/comedilib.h: cleanup coding style
 2015-12-22  0:02 UTC  (2+ messages)

[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
 2015-12-22  0:02 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: master branch updated to dbca016
 2015-12-21 23:59 UTC 

[Qemu-devel] [PATCH 0/8] Raspberry Pi 2 support
 2015-12-21 23:59 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/8] bcm2835_sbm: add BCM2835 mailboxes
      ` [Qemu-arm] "

[PATCH] clk: bcm2835: Add PWM clock support to the device tree
 2015-12-21 23:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 RFC] spec: add qcow2 bitmaps extension specification
 2015-12-21 23:56 UTC  (2+ messages)

[PATCH] cbs: Resolve a use-after-free that could occur with rapid location changes
 2015-12-21 23:55 UTC  (2+ messages)

[PATCH v3] clk: ti: Add support for dm814x ADPLL
 2015-12-21 23:55 UTC  (3+ messages)

[PATCH v3 0/3] Add AMBA bus probing support to ACPI
 2015-12-21 23:54 UTC  (4+ messages)
` [PATCH v3 1/3] ACPI: amba bus probing support

[PATCH] Staging: dgnc: dgnc_neo.c: Coding Style issue (should be space before asterisk)
 2015-12-21 23:52 UTC  (2+ messages)

Legal Mail
 2015-12-21 23:22 UTC 

[PATCH v3 1/5] Staging: dgnc: dgnc_neo.c: usleep_range is preferred over udelay
 2015-12-21 23:50 UTC  (2+ messages)

[Bug 106031] Regression in 4.2.x: in airplane mode each time I open my laptop lid
 2015-12-22  0:20 UTC  (4+ messages)

FreeBSD Building and Testing
 2015-12-21 23:40 UTC  (2+ messages)

Question about vmwgfx (Attempt to port to Android-x86)
 2015-12-21 23:49 UTC 

Source code review around jump label usage
 2015-12-21 23:48 UTC  (6+ messages)
` [PATCH 0/7] staging-Lustre: Fine-tuning for some function implementations
  ` [PATCH v2 0/4] "
    ` [PATCH v2 3/4] staging: lustre: Less checks in mgc_process_recover_log() after error detection

[PATCH v2 0/5] Clean up SDMA engine code
 2015-12-21 23:48 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek - Fix silent headphone output on MacPro 4, 1
 2015-12-21 23:47 UTC  (3+ messages)

[lustre-devel] [PATCH] staging: lustre: This patch fixes the following sparse warning:
 2015-12-21 23:45 UTC  (2+ messages)
`  "

[PATCH] ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)
 2015-12-21 23:45 UTC  (2+ messages)

[PATCH] libxc: Defer initialization of start_page for HVM guests
 2015-12-21 23:45 UTC 

[lustre-devel] [PATCH] staging: lustre/lustre/libcfs: Fix type mismatch reported by sparse
 2015-12-21 23:44 UTC  (2+ messages)
`  "

[lustre-devel] [PATCH v2 0/6] Patch series to make lustre safe(r) for W=1 compiles
 2015-12-21 23:43 UTC  (2+ messages)
`  "

[lustre-devel] [PATCH 00/40] Sync upstream lustre client LNet core
 2015-12-21 23:41 UTC  (2+ messages)
`  "

[lustre-devel] [PATCH 00/13] bring lustre's kernel_comm code up to date
 2015-12-21 23:37 UTC  (2+ messages)
`  "

[PATCH 0/5] watchdog: Replace driver based refcounting
 2015-12-21 23:36 UTC  (7+ messages)
` [PATCH 1/5] watchdog: Create watchdog device in watchdog_dev.c
` [PATCH 2/5] watchdog: Separate and maintain variables based on variable lifetime

[PATCH v2 0/2] do_compare_entry: use already-computed path
 2015-12-21 23:33 UTC  (5+ messages)
` [PATCH v2 1/2] traverse_info: make mostly const

[U-Boot] [PATCH] net: Fix delay in net_retry test
 2015-12-21 23:30 UTC  (3+ messages)

+ kexec-move-some-memembers-and-definitions-within-the-scope-of-config_kexec_file.patch added to -mm tree
 2015-12-21 23:28 UTC 

[Qemu-devel] [PATCH] qmp: return err msg when powerdown a vm when it isn't in running state
 2015-12-21 23:10 UTC  (3+ messages)

[[linux-nfc] PATCH v5 0/3] *** ST95HF driver v5 ***
 2015-12-21 23:26 UTC  (6+ messages)
` [[linux-nfc] PATCH v5 2/3] driver: nfc: Add ST95HF NFC Transceiver support
        ` [linux-nfc] [ "

[U-Boot] [PATCH v2 1/8] drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
 2015-12-21 23:25 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/8] mvebu: Fix for non-DM ehci-marvell support
` [U-Boot] [PATCH v2 3/8] README: Review the u-boot porting guide list
` [U-Boot] [PATCH v2 4/8] axp: Fix debugging support in DDR3 write leveling
` [U-Boot] [PATCH v2 5/8] drivers/pci/pci_mvebu: Fix for boards with X4 lanes
` [U-Boot] [PATCH v2 6/8] mvebu: Add rudimental MV78320 support
` [U-Boot] [PATCH v2 7/8] mvebu: Support Synology DS414
` [U-Boot] [PATCH v2 8/8] common: Implement Synology specific command set

[U-Boot] [PATCH v2 0/8] Add support for Synology DS414 and some related fixes
 2015-12-21 23:25 UTC 

[U-Boot] [U-boot] Pull arc changes
 2015-12-21 23:25 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sunxi master
 2015-12-21 23:25 UTC  (2+ messages)

[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2015-12-21 23:24 UTC  (12+ messages)
` [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks

[RFC][PATCH 00/12] Enhanced file stat system call
 2015-12-21 23:21 UTC  (4+ messages)
` [PATCH 03/12] statx: Add a system call to make enhanced file info available

[PATCH 0/7] cleanup and add device tree for BCM7xxx platforms
 2015-12-21 23:20 UTC  (2+ messages)

[char-misc-next v3 0/8] mei: create proper iAMT watchdog driver
 2015-12-21 23:18 UTC  (9+ messages)
` [char-misc-next v3 1/8] mei: drop nfc leftovers from the mei driver
` [char-misc-next v3 2/8] mei: wd: drop the watchdog code from the core "
` [char-misc-next v3 3/8] watchdog: mei_wdt: implement MEI iAMT watchdog driver
` [char-misc-next v3 4/8] watchdog: mei_wdt: add status debugfs entry
` [char-misc-next v3 5/8] mei: bus: whitelist the watchdog client
` [char-misc-next v3 6/8] watchdog: mei_wdt: register wd device only if required
` [char-misc-next v3 7/8] watchdog: mei_wdt: add activation debugfs entry
` [char-misc-next v3 8/8] watchdog: mei_wdt: re-register device on event

[U-Boot] [PATCH v2] arm: socfpga: Enabling MTD default partitions
 2015-12-21 23:17 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
 2015-12-21 23:14 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: cyclone5_socdk: Enable qspiload console command
 2015-12-21 23:13 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable ubiload console command
 2015-12-21 23:13 UTC  (2+ messages)

[PATCH V1 00/16] add Intel(R) X722 iWARP driver
 2015-12-21 23:13 UTC  (17+ messages)
  ` [PATCH V1 01/16] i40e: Add support for client interface for IWARP driver
    ` [PATCH V1 02/16] i40iw: add main, hdr, status
        ` [PATCH V1 03/16] i40iw: add connection management code
            ` [PATCH V1 04/16] i40iw: add puda code
              ` [PATCH V1 05/16] i40iw: add pble resource files
                ` [PATCH V1 06/16] i40iw: add hmc "
                  ` [PATCH V1 07/16] i40iw: add hw and utils files
                    ` [PATCH V1 08/16] i40iw: add files for iwarp interface
                      ` [PATCH V1 09/16] i40iw: add file to handle cqp calls
                        ` [PATCH V1 10/16] i40iw: add hardware related header files
                            ` [PATCH V1 11/16] i40iw: add X722 register file
                                ` [PATCH V1 12/16] i40iw: user kernel shared files
                                    ` [PATCH V1 13/16] i40iw: virtual channel handling files
                                        ` [PATCH V1 14/16] i40iw: Kconfig and Kbuild for iwarp module
                                            ` [PATCH V1 15/16] i40iw: add entry in rdma_netlink
                                              ` [PATCH V1 16/16] i40iw: changes for build of i40iw module

+ lib-radix_tree-fix-error-in-docs-about-locks.patch added to -mm tree
 2015-12-21 23:13 UTC 

[PATCH v1] Modify and modularize l3fwd code
 2015-12-21 23:12 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable ubi and ubifs support
 2015-12-21 23:12 UTC  (2+ messages)

[PATCH v2 0/8] Raspberry Pi 2 support
 2015-12-21 23:11 UTC  (11+ messages)
` [PATCH v2 4/8] ARM: bcm2835: Split the DT for peripherals from the DT for the CPU

Xen Security Advisory 155 (CVE-2015-8550) - paravirtualized drivers incautious about shared memory
 2015-12-21 23:10 UTC 

clustered MD - beyond RAID1
 2015-12-21 23:09 UTC  (8+ messages)

[U-Boot] [PATCH] usb: Move determination of TT hub address/port into seperate function
 2015-12-21 23:08 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2 v2] usb: musb: Fix hub port number for SPLIT transactions


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.