linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-21 20:50:50 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 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
 2015-12-22  0:08 UTC  (25+ messages)

[PATCH v4 0/5] Devicetree support for misc/eeprom/eeprom_93xx46
 2015-12-22  0:01 UTC  (3+ 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)

[PATCH v3 0/3] Add AMBA bus probing support to ACPI
 2015-12-21 23:54 UTC  (5+ 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)

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

Source code review around jump label usage
 2015-12-21 23:48 UTC  (5+ 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] staging: lustre: This patch fixes the following sparse warning:
 2015-12-21 23:45 UTC  (2+ messages)

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

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

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

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

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

[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

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

Rethinking sigcontext's xfeatures slightly for PKRU's benefit?
 2015-12-21 23:07 UTC  (25+ messages)

[PATCH] memory-hotplug: don't BUG() in register_memory_resource()
 2015-12-21 23:06 UTC  (4+ messages)

[PATCH v5 3/5] PCI: qcom: Add Qualcomm PCIe controller driver
 2015-12-21 23:04 UTC  (4+ messages)

[PATCH v2] lib: radix_tree: Fix error in docs about locks
 2015-12-21 23:04 UTC 

[PATCH V16 00/11] x86: Intel Cache Allocation Technology Support
 2015-12-21 17:05 UTC  (6+ messages)
` [PATCH V16 11/11] x86,cgroup/intel_rdt : Add a cgroup interface to manage Intel cache allocation

GPF in lrw_crypt
 2015-12-21 22:58 UTC  (2+ messages)

[PATCH] wlcore: consolidate kmalloc + memset 0 into kzalloc
 2015-12-21 22:56 UTC  (2+ messages)

GPF in gf128mul_64k_bbe
 2015-12-21 22:56 UTC  (4+ messages)

IO errors after "block: remove bio_get_nr_vecs()"
 2015-12-21 22:51 UTC  (7+ messages)

firmware_class warnings on resume
 2015-12-21 22:46 UTC  (3+ messages)

Regression: Kernel unbootable since commit 4d6b4e6 - found by bisection
 2015-12-21 22:45 UTC  (2+ messages)

[PATCH v5 00/17] x86: Rewrite exit-to-userspace code
 2015-12-21 22:44 UTC  (4+ messages)
` [PATCH v5 08/17] x86/entry: Add enter_from_user_mode and use it in syscalls

[PATCH V2 1/2] audit: stop an old auditd being starved out by a new auditd
 2015-12-21 22:36 UTC  (5+ messages)

[RFC3 PATCH v6 00/20] ILP32 for ARM64
 2015-12-21 22:31 UTC  (8+ messages)
` [PATCH v6 12/20] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

[PATCH] crypto: AF_ALG - add support for keys/asymmetric-type
 2015-12-21 22:29 UTC  (3+ messages)

linux-next: Christmas hiatus
 2015-12-21 22:32 UTC 

[PATCH] mm, oom: initiallize all new zap_details fields before use
 2015-12-21 22:24 UTC  (4+ messages)

[PATCH] devpts: Sensible /dev/ptmx & force newinstance
 2015-12-21 22:23 UTC  (8+ messages)

[PATCH v2] staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl
 2015-12-21 22:21 UTC  (4+ messages)

[PATCH] orangefs: fix typo in ornagefs_inode_lock
 2015-12-21 22:17 UTC  (2+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Add vendor and device atttributes
 2015-12-21 22:11 UTC  (3+ messages)

[PATCH v2] staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl
 2015-12-21 22:08 UTC  (5+ messages)
` [PATCH] staging: lustre: Handle nodemask on UMP machines
` [PATCH] staging: lustre: export cfs_str2mask

arch/x86/xen/suspend.c:70:9: error: implicit declaration of function 'xen_pv_domain'
 2015-12-21 22:07 UTC  (2+ messages)

[PATCH] ath6kl: Use vmalloc to allocate ar->fw for api1 method
 2015-12-21 22:00 UTC  (4+ messages)

[PATCH V10 0/7] dma: add Qualcomm Technologies HIDMA driver
 2015-12-21 22:05 UTC  (7+ messages)
` [PATCH V10 2/7] dma: hidma: Add Device Tree support
` [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy

[PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy
 2015-12-21 22:05 UTC  (2+ messages)

[PATCH 00/04] pinctrl: sh-pfc: r8a7794: DU support
 2015-12-21 22:01 UTC  (3+ messages)
` [PATCH 03/04] pinctrl: sh-pfc: r8a7794: Add missing dot clock signals

[Propose] Isolate core_pattern in mnt namespace
 2015-12-21 21:52 UTC  (7+ messages)

Query about merging memblock and bootmem into one new alloc
 2015-12-21 22:01 UTC  (3+ messages)

[PATCH v1 3/7] ima: load policy using path
 2015-12-21 21:58 UTC  (2+ messages)

Skylake (XPS 13 9350) TSC is way off
 2015-12-21 21:56 UTC  (8+ messages)

[OOPS] BUG_ON in cgroups on 4.4.0-rc5-next
 2015-12-21 21:56 UTC  (2+ messages)

[3.19.y-ckt stable] Linux 3.19.8-ckt12
 2015-12-21 21:48 UTC  (2+ messages)

[PATCH v2 0/4] um: Add seccomp support
 2015-12-21 20:30 UTC  (2+ messages)
` [PATCH v2 4/4] "

[PATCH] kernel/hung_task.c: use timeout diff when timeout is updated
 2015-12-21 21:45 UTC  (4+ messages)

corruption causing crash in __queue_work
 2015-12-21 21:45 UTC  (11+ messages)

[PATCH] char:misc minor is overflowing
 2015-12-21 21:43 UTC  (2+ messages)

[PATCH] ata: sata_dwc_460ex: remove incorrect locking
 2015-12-21 21:42 UTC  (3+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Cleanup vmbus_set_event()
 2015-12-21 23:12 UTC 

[PATCH v2 1/1] platform: goldfish: pipe: add devicetree bindings
 2015-12-21 21:35 UTC  (2+ messages)

[RESEND PATCH 1/2] cpuacct: rename parameter in cpuusage_write for readability
 2015-12-21 21:33 UTC  (3+ messages)
` [RESEND PATCH 2/2] cpuacct: split usage into user_usage and sys_usage

use-after-free in skcipher_sock_destruct
 2015-12-21 21:32 UTC  (2+ messages)

[PATCH] blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()
 2015-12-21 21:32 UTC  (4+ messages)
` [PATCH 0/2] blackfin-cpufreq: Fine-tuning for properties of one function
  ` [PATCH 1/2] blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()
  ` [PATCH 2/2] blackfin-cpufreq: Mark cpu_set_cclk() as static

[3.13.y-ckt stable] Linux 3.13.11-ckt32
 2015-12-21 21:25 UTC  (2+ messages)

[PATCH 0/3] Drivers: hv: Fix CPU assignment for FC devices
 2015-12-21 21:24 UTC  (5+ messages)
` [PATCH 1/3] Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
  ` [PATCH 3/3] Drivers: hv: vmbus: Cleanup vmbus_set_event()

[PATCH] staging: wilc1000: fix double mutex_unlock on failure path in wilc_wlan_cleanup()
 2015-12-21 21:22 UTC  (3+ messages)

[PATCH 0/5] add missing of_node_put
 2015-12-21 21:20 UTC  (3+ messages)
` [PATCH 4/5] pinctrl: rockchip: "

[PATCH 2/2] dt-bindings: sound: add devicetree document for rt5616
 2015-12-21 21:15 UTC  (3+ messages)
` [PATCH v1 "

mm, vmstat: kernel BUG at mm/vmstat.c:1408!
 2015-12-21 21:14 UTC  (5+ messages)

[PATCH v2 0/3] Add AMBA bus probing support to ACPI
 2015-12-21 21:02 UTC  (4+ messages)
` [PATCH v2 3/3] serial: amba-pl011: add ACPI support to AMBA probe

[PATCH v2 1/2] crypto: KEYS: convert public key to the akcipher api
 2015-12-21 20:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).